Click or drag to resize
CMSPageCheckPermissions 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: 10.0.0
Syntax
C#
public bool CheckPermissions(
	string resourceName,
	string permission
)

Parameters

resourceName
Type: SystemString
Resource name
permission
Type: SystemString
Permission name

Return Value

Type: Boolean
See Also