Click or drag to resize
CMSGroupPageCheckPermissions Method (Int32, String)
Check whether user is group administrator or has manage permission.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 8.2.23
Syntax
C#
public void CheckPermissions(
	int groupId,
	string permissionName
)

Parameters

groupId
Type: SystemInt32
Comunnity group ID
permissionName
Type: SystemString
Permission name
See Also