| 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: 13.0.131
 Syntax
Syntaxpublic bool CheckPermissions(
	string resourceName,
	string permission
)
Parameters
- resourceName
- Type: SystemString
 Resource name
- permission
- Type: SystemString
 Permission name
Return Value
Type: 
Boolean See Also
See Also