UserSettingRequest
Represents a request for updating a user's settings.
Gets or sets a Boolean value indicating whether filters on all columns are visible by default.
Gets or sets the default viewer mode.
Gets or sets the user's email address in the format name@domain.extension.
Gets or sets the user's preference for email notifications when adding or deleting Users or Groups.
Gets or sets the user's first name.
Gets or sets the default list length for all view in Relativity for the user.
Gets or sets the user's last name.
Gets or sets a Boolean value indicating whether saved searches are public or private by default.
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.
public UserSettingRequest()
Initializes an instance of the UserSettingsRequest class with all properties set to their default values.
Initializes an instance of the UserSettingsRequest class with a response object, which is useful for chaining commands.
Allows a UserSettingResponse to be implicitly converted to a UserSettingRequest