Click or drag to resize
UIContextHelperCheckHelpTopicVisiblityCondition Method
Checks visibility condition of the helpTopic given.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static bool CheckHelpTopicVisiblityCondition(
	HelpTopicInfo helpTopic
)

Parameters

helpTopic
Type: CMS.ModulesHelpTopicInfo
Help topic whose visibility condition to evaluate.

Return Value

Type: Boolean
Returns true if help topic's visibility condition evaluates to true or no condition is specified, false otherwise.
See Also