| CMSPageRaiseCheckTabSecurity Method | 
            Raises OnCheckTabSecurity event.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also