Click or drag to resize

IUserManagerUserGroup Method


Retrieves a User Group by its unique ID.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
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