Class MassUpdateByObjectIdentifiersRequest
Represents a request to perform a mass update operation on a list of Documents or Relativity Dynamic Objects (RDOs). by modifying each of the specified object fields with the same value.
Inheritance
System.Object
MassUpdateByObjectIdentifiersRequest
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Api.ObjectManagement
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class MassUpdateByObjectIdentifiersRequest
Remarks
The MassUpdateByObjectIdentifiersRequest class specifies the identifiers used to select a list of objects with the same type for updating. It also includes the same values for all object fields that are to be updated. In the Relativity UI, this update operation is equivalent to the user selecting the Checked or These option in the mass operations bar on a list page.
Properties
| Improve this Doc View SourceFieldValues
Gets or sets the fields and values used for updating each object. The same value is used for updating all object fields that are to be updated.
Declaration
public IEnumerable<FieldRefValuePair> FieldValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<FieldRefValuePair> |
Objects
Gets or sets a list of objects to be updated.
Declaration
public IEnumerable<Artifact> Objects { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Artifact> |