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