IFieldManager.CreateMultipleObjectFieldAsync Method

Relativity Services API
Adds a Multiple Object field to Relativity.

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

Task<int> CreateMultipleObjectFieldAsync(
	int workspaceID,
	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.
fieldRequest
Type: Relativity.Services.Interfaces.Field.Models.MultipleObjectFieldRequest
The data about the Multiple Object field being created.

Return Value

Type: Task<Int32>
See Also

Reference