UserInfoIsGroupAdministrator Method |
Returns true if the user is administrator of the specified group.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public virtual bool IsGroupAdministrator(
int groupId
)
Parameters
- groupId
- Type: SystemInt32
ID of the group check
Return Value
Type:
BooleanSee Also