IUserManagerUsers Method (String) Ingeniux CMS Content Store API

Retrieves the collection of Users by either their User ID or Entity ID.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax

IEnumerable<IUser> Users(
	string[] userIds
)

Parameters

userIds
Type: SystemString
Array of either User IDs or Entity IDs of the Users to retrieve.

Return Value

Type: IEnumerableIUser
Collection of Users
Remarks

Each stirng in the array can be either User ID ("ingeniux\someuser") or Entity ID ("User/INGENIUX___someuser").

See Also

Reference