UIContextHelperCheckFeatureAvailableInUI Method |
Checks for element's feature availability for UI.
Namespace: CMS.PortalEngineAssembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 9.0.0
Syntax 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:
BooleanSee Also