Click or drag to resize
CMSPage.CheckPermissions Method
Checks the security of the permissions, returns true if the security check succeeded

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax
C#
public bool CheckPermissions(
	string resourceName,
	string permission
)

Parameters

resourceName
Type: System.String
Resource name
permission
Type: System.String
Permission name

Return Value

Type: Boolean
See Also