The string names of fields used on Users.
Inheritance Hierarchy
kCura.Relativity.Client.DTOs.ArtifactFieldNames
kCura.Relativity.Client.DTOs.UserFieldNames
Namespace: kCura.Relativity.Client.DTOs
Assembly: kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The UserFieldNames type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserFieldNames | Initializes a new instance of the UserFieldNames class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | AdvancedSearchPublicByDefault |
Indicates whether saved searches created by the user are public by default.
|
![]() ![]() | AuthenticationData |
Indicates the authentication method for the user, such as RSA, SSL, or Active Directory.
|
![]() ![]() | BetaUser |
Indicates whether or not this is a beta user.
|
![]() ![]() | CanChangeDocumentViewer |
Indicates whether a user can change the Document Viewer
|
![]() ![]() | ChangePassword |
Indicates whether a user can update the Relativity password.
|
![]() ![]() | ChangePasswordNextLogin |
Indicates whether a user must update the Relativity password on next login.
|
![]() ![]() | ChangeSettings |
Indicates whether the user can change settings, such as name, email address,
item list page length, and others.
|
![]() ![]() | Client |
Represents the client associated with this user.
|
![]() ![]() | DataFocus |
Controls whether or not the workspace name is displayed at the top of
the Relativity web UI.
|
![]() ![]() | DefaultSelectedFileType |
Provides the Choice of the default file type that will be displayed
in the viewer.
|
![]() ![]() | DisableDate |
Indicates the date and time when a user's access will be disabled UTC.
|
![]() ![]() | DocumentSkip |
Provides the Choice of the document skip value, which advances the
user to the next document when the view conditions are met.
|
![]() ![]() | DocumentViewer |
Provides the Choice of the document viewer that will be used to render documents
in the viewer.
|
![]() ![]() | EmailAddress |
Represents the email address of a user as a string.
|
![]() ![]() | EnforceViewerCompatibility |
Indicates whether a user is required to download a new version of the
viewer when available.
|
![]() ![]() | FirstName |
Represents the first name of a user as a string.
|
![]() ![]() | FullName |
Represents the first and last name of a user as a string. It is read-only.
|
![]() ![]() | Groups |
Provides a list of groups that the user has been added to.
|
![]() ![]() | InvalidLoginAttempts |
Indicates the number of attempts made by the user to log in with an invalid password.
|
![]() ![]() | ItemListPageLength |
Sets the number of items displayed for the user in all Relativity views.
|
![]() ![]() | KeyboardShortcuts |
Determines whether keyboard shortcuts are available to the user in the viewer.
|
![]() ![]() | LastName |
Represents the last name of a user as a string.
|
![]() ![]() | MaximumPasswordAge |
Determines the number of days until the user's passsword expires.
|
![]() ![]() | NativeViewerCacheAhead |
Determines whether the next native document is preloaded in the viewer.
|
![]() ![]() | Password |
Contains the new value for a password assigned during a create or update operation.
|
![]() ![]() | PasswordAction |
Indicates how a password is assigned to the user.
|
![]() ![]() | PasswordLastResetOn |
Indicates the date when the user's password was last reset.
|
![]() ![]() | RelativityAccess |
Indicates whether a user will be alloed to log in to Relativity.
|
![]() ![]() | SendPasswordTo |
Indicates how a user is notified about a new password.
|
![]() ![]() | ShowFilters |
Determines whether the Show Filters option is displayed in the Relativity web UI.
|
![]() ![]() | SkipDefaultPreference |
Indicates whether to advance to the next document that matches the view
conditions or to display all documents in the queue.
|
![]() ![]() | TrustedIPs |
Determines the trusted IP addresses for a user.
|
![]() ![]() | Type |
Provides the Choice of the user type, such as internal or external.
|
![]() ![]() | Workspaces |
Provides a list of workspaces that this user can access.
|
![]() ![]() | WorkspaceUserIDs |
Returns a list mapping the user's ArtifactIDs to their corresponding workspace ArtifactIDs.
|
See Also