CMSPageCheckPermissions Method |
Checks the security of the permissions, returns true if the security check succeeded
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public bool CheckPermissions(
string resourceName,
string permission
)
Parameters
- resourceName
- Type: SystemString
Resource name - permission
- Type: SystemString
Permission name
Return Value
Type:
BooleanSee Also