IUserCollection
Supplies a collection of all users existing in the system.
This collection supplies all active users of the system. Deleted users continue to exist in the system but are not recorded in this collection.
Indexers
Indexer | Description |
---|---|
this[Int32]:IUser | Calls a user based on the Id. |
this[String]:IUser | Calls a user based on the username. |
Methods
Method | Description |
---|---|
Create(String, String):IUser | Creates a new user in onion.net. |
Delete(IUser):Void | Deletes a user. |
Query(String):IEnumerable | Searches for users based on a pattern. |
Query(String, UserRoles):IEnumerable | Searches for users based on a pattern and the expected roles. |