IFieldManager.UpdateFileFieldAsync Method (Int32, Int32, FileFieldRequest)

Relativity Services API
Modifies the properties of a File field.

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

Task UpdateFileFieldAsync(
	int workspaceID,
	int fieldID,
	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.
fieldID
Type: System.Int32
The Artifact ID of the File field.
fieldRequest
Type: Relativity.Services.Interfaces.Field.Models.FileFieldRequest
The data about the File field being updated.

Return Value

Type: Task
See Also

Reference