Click or drag to resize
UIContextHelperCheckFeatureAvailableInUI Method
Checks for element's feature availability for UI.

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public static bool CheckFeatureAvailableInUI(
	UIElementInfo ui,
	bool checkParents = false
)

Parameters

ui
Type: CMS.ModulesUIElementInfo
Element to check
checkParents (Optional)
Type: SystemBoolean
If true, and element does not contain feature, tries to look at parents.

Return Value

Type: Boolean
See Also