Click or drag to resize
GroupInfoProviderGetGroupInfo Method (String, String)
Returns the GroupInfo structure for the specified group.

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
public 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