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

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 8.2.23
Syntax
C#
protected GroupInfo GetGroupInfoInternal(
	int groupId
)

Parameters

groupId
Type: SystemInt32
Group ID

Return Value

Type: GroupInfo
See Also