IFieldManager.CreateFileFieldAsync Method

Relativity Services API
Adds a File field to Relativity.

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

Task<int> CreateFileFieldAsync(
	int workspaceID,
	FileFieldRequest fieldRequest
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the File field should be created. Use -1 to indicate the admin workspace.
fieldRequest
Type: Relativity.Services.Interfaces.Field.Models.FileFieldRequest
The data about the File field being created.

Return Value

Type: Task<Int32>
See Also

Reference