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

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static GroupInfo GetGroupInfo(
	int groupId
)

Parameters

groupId
Type: SystemInt32
Group ID

Return Value

Type: GroupInfo
See Also