Click or drag to resize

IUserManagerUsers(String) Method


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: 10.6.492
Syntax
IEnumerable<IUser> Users(
	string[] userIds
)

Parameters

userIds  String
Array of either User IDs or Entity IDs of the Users to retrieve.

Return Value

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