| GroupInfoProviderGetGroupInfo Method (String, String) | 
            Returns the GroupInfo structure for the specified group.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 10.0.0
 Syntax
Syntaxpublic static GroupInfo GetGroupInfo(
	string groupCodeName,
	string siteName
)
Parameters
- groupCodeName
- Type: SystemString
 Code name of the group to get
- siteName
- Type: SystemString
 Group site name
Return Value
Type: 
GroupInfo See Also
See Also