IUserInfo Interface

Relativity API
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

public interface IUserInfo

The IUserInfo type exposes the following members.

Properties

  NameDescription
Public propertyArtifactID
Gets the user id.
Public propertyAuditArtifactID
Gets the user id to use for auditing purposes.
Public propertyAuditWorkspaceUserArtifactID
Gets the user workspace artifact id to use for auditing purposes.
Public propertyEmailAddress
Gets the email address of the current user.
Public propertyFirstName
Gets the first name of the current user.
Public propertyFullName
Gets the full name of the current user.
Public propertyLastName
Gets the last name of the current user.
Public propertyWorkspaceUserArtifactID
Gets the current user workspace artifact id
Top
See Also

Reference