IObjectRuleManager.GetAvailableChoicesAsync Method

Relativity Services API
Gets a list of all choices available for an existing choice field.

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

Task<List<DisplayableObjectIdentifier>> GetAvailableChoicesAsync(
	int workspaceID,
	int fieldID
)

Parameters

workspaceID
Type: System.Int32
The ArtifactID of the workspace where the field exists. Use -1 to indicate the admin workspace.
fieldID
Type: System.Int32
The Artifact ID of the field.

Return Value

Type: Task<List<DisplayableObjectIdentifier> >
See Also

Reference