Represents the results of a read operation on a user's settings.
Inheritance Hierarchy
Relativity.Services.Interfaces.UserInfo.Models.UserSettingResponse
Namespace: Relativity.Services.Interfaces.UserInfo.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The UserSettingResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserSettingResponse | Initializes a new instance of the UserSettingResponse class |
Properties
Name | Description | |
---|---|---|
![]() | Actions |
Gets a list of RESTful operations that a user has permissions to perform on the artifact.
|
![]() | DefaultFilterVisibility |
Gets or sets a Boolean value indicating whether filters on all columns are visible by default.
|
![]() | DefaultSelectedFileType |
Gets or sets the default viewer mode.
|
![]() | EmailAddress |
Gets or sets the user's email address in the format name@domain.extension.
|
![]() | FirstName |
Gets or sets the user's first name.
|
![]() | ItemListPageLength |
Gets or sets the default list length for all view in Relativity for the user.
|
![]() | LastName |
Gets or sets the user's last name.
|
![]() | Meta |
Gets a list of unsupported and read-only properties on the current artifact.
|
![]() | SavedSearchDefaultsToPublic |
Gets or sets a Boolean value indicating whether saved searches are public or private by default.
|
![]() | SkipDefaultPreference |
Gets or sets a Boolean value indicating whether the user advances to the next document in the queue that matches the defined view conditions when the user clicks Save and Next.
|
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.) |
See Also