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

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

Parameters

groupId
Type: SystemInt32
ID of the group check

Return Value

Type: Boolean
See Also