Click or drag to resize
ModuleCommandsCommunityCheckGroupPermission Method
Returns true if CurrentUser is authorized for the specified action in the group.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool CommunityCheckGroupPermission(
	string permissionName,
	int groupId
)

Parameters

permissionName
Type: SystemString
Permission to check
groupId
Type: SystemInt32
Group ID

Return Value

Type: Boolean
See Also