CMSPageCheckUIElements Method |
Checks the security of the UI elements, returns true if the security check succeeded
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public bool CheckUIElements(
string resourceName,
params string[] uiElements
)
Parameters
- resourceName
- Type: SystemString
Resource name - uiElements
- Type: SystemString
List of UI elements
Return Value
Type:
BooleanSee Also