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.6.492
Syntax
IUserGroup UserGroup(
	string groupId
)

Parameters

groupId  String
Unique ID of the Group to retrieve

Return Value

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