Restricts updates to the properties of the Multiple Object field to the date that it was last modified.
Namespace: Relativity.Services.Interfaces.Field
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Task UpdateMultipleObjectFieldAsync( int workspaceID, int fieldID, MultipleObjectFieldRequest fieldRequest, DateTime lastModifiedOn )
Parameters
- workspaceID
- Type: System.Int32
The ArtifactID of the workspace where the Multiple Object field should be created. Use -1 to indicate the admin workspace. - fieldID
- Type: System.Int32
The Artifact ID of the Multiple Object field. - fieldRequest
- Type: Relativity.Services.Interfaces.Field.Models.MultipleObjectFieldRequest
The data about the Multiple Object field being updated. - lastModifiedOn
- Type: System.DateTime
The date and time used for comparison with the last modified date assigned to the Multiple Object field.
Return Value
Type: TaskSee Also