| CurrentUserInfoIsGroupAdministrator Method  | 
            Returns true if the user is administrator of the specified group.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntaxpublic override bool IsGroupAdministrator(
	int groupId
)
Parameters
- groupId
 - Type: SystemInt32
ID of the group check 
Return Value
Type: 
Boolean
See Also