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: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
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