SecurityAttribute Constructor (String, String, String) |
Constructor.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax public SecurityAttribute(
string resource,
string permission,
string uiElements
)
Parameters
- resource
- Type: SystemString
Resource name to check - permission
- Type: SystemString
Permission name to check - uiElements
- Type: SystemString
UI elements to check separated by ';'
See Also