Click or drag to resize

IUserManagerUsers Method (String)


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.5.94
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