Click or drag to resize
UITabsCheckTabSecurityEventHandler Delegate
Security check delegate.

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

Parameters

resource
Type: SystemString
permission
Type: SystemString

Return Value

Type: Boolean
See Also