IFieldManager.UpdateLongTextFieldAsync Method (Int32, Int32, LongTextFieldRequest)

Relativity Services API
Modifies the properties of a Long Text field.

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

Task UpdateLongTextFieldAsync(
	int workspaceID,
	int fieldID,
	LongTextFieldRequest fieldRequest
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the Long Text field should be created. Use -1 to indicate the admin workspace.
fieldID
Type: System.Int32
The Artifact ID of the Long Text field.
fieldRequest
Type: Relativity.Services.Interfaces.Field.Models.LongTextFieldRequest
The data about the Long Text field being updated.

Return Value

Type: Task
See Also

Reference