Click or drag to resize
IUserManagerGetUsers Method
Returns a list of all users. Throw an exception if CanListUsers is false.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IEnumerable<IUser> GetUsers()

Return Value

Type: IEnumerableIUser
Remarks
Do not return deleted users in this list. Do not consider the Enabled flag - this must return both enabled and disabled users.
See Also