Represents a request for updating a user's settings.
Inheritance Hierarchy
Relativity.Services.Interfaces.UserInfo.Models.UserSettingRequest
Namespace: Relativity.Services.Interfaces.UserInfo.Models
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The UserSettingRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | UserSettingRequest() |
Initializes an instance of the UserSettingsRequest class with all properties set to their default values.
|
![]() | UserSettingRequest(UserSettingResponse) |
Initializes an instance of the UserSettingsRequest class with a response object, which is useful for chaining commands.
|
Properties
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | 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.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Implicit(UserSettingResponse to UserSettingRequest) |
Allows a UserSettingResponse to be implicitly converted to a UserSettingRequest
|
See Also