IViewFieldManager.ReadExportableViewFieldsAsync Method

Relativity Services API

Note: This API is now obsolete.

Reads all exportable View Fields for a specified object type.

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

[ObsoleteAttribute("This method should be replaced with Object Manager Query call")]
Task<ViewFieldResponse[]> ReadExportableViewFieldsAsync(
	int workspaceID,
	int artifactTypeID
)

Parameters

workspaceID
Type: System.Int32
The Artifact ID of the Workspace where the View Fields exist.
artifactTypeID
Type: System.Int32
Artifact ID of a type of an object that the View Fields belong to.

Return Value

Type: Task<ViewFieldResponse[]>
Exportable View Fields for a specified object type.
See Also

Reference