Click or drag to resize
CurrentUserInfoIsGroupAdministrator Method
Returns true if the user is administrator of the specified group.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public override bool IsGroupAdministrator(
	int groupId
)

Parameters

groupId
Type: SystemInt32
ID of the group check

Return Value

Type: Boolean
See Also