Click or drag to resize

IUserManagerUserGroups Method (String)


Retrieves the collection of Groups by their unique IDs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IEnumerable<IUserGroup> UserGroups(
	string[] grpIds
)

Parameters

grpIds
Type: SystemString
Array of unique IDs of the Groups to retrieve. For example, "UserGroups/42"

Return Value

Type: IEnumerableIUserGroup
Collection of Groups.
See Also