IUserManagerUserGroups Method (String) Ingeniux CMS Content Store API

Retrieves the collection of Groups by their unique IDs.

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

Reference

[!:Ingeniux.CMS.IUserManager.UserGroupsCount]