IUserManagerUserGroup Method Ingeniux CMS Content Store API

Retrieves a User Group by its unique ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IUserGroup UserGroup(
	string groupId
)

Parameters

groupId
Type: SystemString
Unique ID of the Group to retrieve

Return Value

Type: IUserGroup
The User Group with a matching unique ID. Returns null if this group doesn't exist.
See Also

Reference