Modifies the properties of a Multiple Object field.
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 )
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.
Return Value
Type: TaskSee Also