UserSettingRequest Class

Relativity Services API
Represents a request for updating a user's settings.
Inheritance Hierarchy

System.Object
  Relativity.Services.Interfaces.UserInfo.Models.UserSettingRequest

Namespace:  Relativity.Services.Interfaces.UserInfo.Models
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class UserSettingRequest

The UserSettingRequest type exposes the following members.

Constructors

  NameDescription
Public methodUserSettingRequest()
Initializes an instance of the UserSettingsRequest class with all properties set to their default values.
Public methodUserSettingRequest(UserSettingResponse)
Initializes an instance of the UserSettingsRequest class with a response object, which is useful for chaining commands.
Top
Properties

  NameDescription
Public propertyDefaultFilterVisibility
Gets or sets a Boolean value indicating whether filters on all columns are visible by default.
Public propertyDefaultSelectedFileType
Gets or sets the default viewer mode.
Public propertyEmailAddress
Gets or sets the user's email address in the format name@domain.extension.
Public propertyFirstName
Gets or sets the user's first name.
Public propertyItemListPageLength
Gets or sets the default list length for all view in Relativity for the user.
Public propertyLastName
Gets or sets the user's last name.
Public propertySavedSearchDefaultsToPublic
Gets or sets a Boolean value indicating whether saved searches are public or private by default.
Public propertySkipDefaultPreference
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.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberImplicit(UserSettingResponse to UserSettingRequest)
Allows a UserSettingResponse to be implicitly converted to a UserSettingRequest
Top
See Also

Reference