| GroupInfoProviderGetGroupInfo Method (String, String) | 
            Returns the GroupInfo structure for the specified group.
            
 
Namespace: CMS.CommunityAssembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
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