Provides a mockable interface with methods to obtain information about the currently logged in user.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IUserInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ArtifactID |
Gets the user id.
|
![]() | AuditArtifactID |
Gets the user id to use for auditing purposes.
|
![]() | AuditWorkspaceUserArtifactID |
Gets the user workspace artifact id to use for auditing purposes.
|
![]() | EmailAddress |
Gets the email address of the current user.
|
![]() | FirstName |
Gets the first name of the current user.
|
![]() | FullName |
Gets the full name of the current user.
|
![]() | LastName |
Gets the last name of the current user.
|
![]() | WorkspaceUserArtifactID |
Gets the current user workspace artifact id
|
See Also