UIContextHelperCheckFeatureAvailableInUI Method |
Checks for element's feature availability for UI.
Namespace: CMS.FormEngine.Web.UIAssembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 12.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