Click or drag to resize

IUserManagerUserGroups(String) Method


Retrieves the collection of Groups by their unique IDs.

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

Parameters

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

Return Value

IEnumerableIUserGroup
Collection of Groups.
See Also