IViewFieldManager Interface

Relativity Services API

Note: This API is now obsolete.

Exposes the methods for working with View Field objects.

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

[ObsoleteAttribute("This endpoint should be replaced with ObjectManager queries")]
public interface IViewFieldManager : IDisposable

The IViewFieldManager type exposes the following members.

Methods

  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodReadExportableViewFieldsAsync Obsolete.
Reads all exportable View Fields for a specified object type.
Public methodReadViewFieldIDsFromProductionAsync Obsolete.
Retrieves an ordered lookup of Bates View Fields from a Production for a specified Production Artifact ID.
Public methodReadViewFieldIDsFromSearchAsync Obsolete.
Retrieves an ordered lookup of View Fields from a search for a specified View ArtifactID.
Top
See Also

Reference