GroupInfoProvider CheckPermission Method Kentico 8.0 API Reference
Returns true if CurrentUser is authorized for the specified action in the group.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

permissionName
Type: OnlineSystem String
Name of the permission to check (createpages, editpages, deletepages)
groupId
Type: OnlineSystem Int32
Group ID

Return Value

Type: OnlineBoolean
See Also