Click or drag to resize
CMSPageRaiseCheckTabSecurity Method
Raises OnCheckTabSecurity event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
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: Boolean
If true, some permission is missing
See Also