Click or drag to resize
CMSPage.RaiseCheckTabSecurity Method
Raises OnCheckTabSecurity event.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public bool RaiseCheckTabSecurity(
	ref string resource,
	ref string permission
)

Parameters

resource
Type: System.String
Resource for which the permission is missing
permission
Type: System.String
Permission that is missing

Return Value

Type: Boolean
If true, some permission is missing
See Also