Click or drag to resize
ModuleCommandsCommunityGetGroupInfoByName Method
Gets the Group info by group name and site name from Community module.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static BaseInfo CommunityGetGroupInfoByName(
	string groupName,
	string siteName
)

Parameters

groupName
Type: SystemString
Group code name
siteName
Type: SystemString
Site name

Return Value

Type: BaseInfo
See Also