UserRequest Class

Relativity Services API
Represents a DTO used as a request for creating or updating a user.
Inheritance Hierarchy

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

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

public class UserRequest

The UserRequest type exposes the following members.

Constructors

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

  NameDescription
Public propertyAllowSettingsChange
Gets or sets a Boolean value indicating whether the user will be able to change a limited number of their settings.
Public propertyClient
Public propertyDefaultFilterVisibility
Gets or sets a Boolean value indicating whether filters on all columns are visible by default.
Public propertyDisableOnDate
Gets or sets the date when the user's Relativity access will be auto-disabled.
Public propertyDocumentViewerProperties
Gets or sets user properties that are related to the document viewer.
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 propertyKeywords
Gets or sets any keywords associated with the user.
Public propertyLastName
Gets or sets the user's last name.
Public propertyNotes
Gets or sets an optional description or other information about the user.
Public propertyRelativityAccess
Gets or sets whether the user can to log in to Relativity and be considered for billing under your Relativity license.
Public propertySavedSearchDefaultsToPublic
Gets or sets a Boolean value indicating whether saved searches are public or private by default.
Public propertyTrustedIPs
Gets or sets an IP address or addresses that are valid locations from which the user can log in from.
Public propertyType
Gets or sets the user's type. Type is for reference purposes only and has no impact on access or billing.
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(UserResponse to UserRequest)
Allows a UserResponse to be implicitly converted to a UserRequest
Top
See Also

Reference