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

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.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