MassUpdateByCriteriaRequest Class

Relativity Services API
Represents a request to perform a mass update operation on all Documents or Relativity Dynamic Objects (RDOs) that meet a specified set of conditions.
Inheritance Hierarchy

System.Object
  Relativity.Services.Objects.DataContracts.MassUpdateByCriteriaRequest

Namespace:  Relativity.Services.Objects.DataContracts
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class MassUpdateByCriteriaRequest

The MassUpdateByCriteriaRequest type exposes the following members.

Constructors

  NameDescription
Public methodMassUpdateByCriteriaRequest
Initializes a new instance of the MassUpdateByCriteriaRequest class
Top
Properties

  NameDescription
Public propertyFieldValues
Gets or sets the fields and values used for updating each object. The same value is used for updating a specific field on each object.
Public propertyObjectIdentificationCriteria
Gets or sets specific view or search conditions used to select the objects for updating.
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
Remarks

The MassUpdateByCriteriaRequest class specifies the view or search conditions used to select a list of objects with the same type for updating. It also specifies same value for a specific field that is to be updated on the objects. In the Relativity UI, this update operation is equivalent to the user selecting the All option in the mass operations bar on a list page.
See Also

Reference