ModuleCommandsCommunityGetGroupInfoByName Method |
Gets the Group info by group name and site name from Community module.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static BaseInfo CommunityGetGroupInfoByName(
string groupName,
string siteName
)
Parameters
- groupName
- Type: SystemString
Group code name - siteName
- Type: SystemString
Site name
Return Value
Type:
BaseInfoSee Also