IFieldManager.CreateUserFieldAsync Method

Relativity Services API
Adds a User field to Relativity.

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

Task<int> CreateUserFieldAsync(
	int workspaceID,
	UserFieldRequest fieldRequest
)

Parameters

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

Return Value

Type: Task<Int32>
See Also

Reference