CMSPageRaiseCheckTabSecurity Method |
Raises OnCheckTabSecurity event.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public bool RaiseCheckTabSecurity(
ref string resource,
ref string permission
)
Parameters
- resource
- Type: SystemString
Resource for which the permission is missing - permission
- Type: SystemString
Permission that is missing
Return Value
Type:
BooleanIf true, some permission is missing
See Also