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
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | ReadExportableViewFieldsAsync | Obsolete.
Reads all exportable View Fields for a specified object type.
|
![]() | ReadViewFieldIDsFromProductionAsync | Obsolete.
Retrieves an ordered lookup of Bates View Fields from a Production for a specified Production Artifact ID.
|
![]() | ReadViewFieldIDsFromSearchAsync | Obsolete.
Retrieves an ordered lookup of View Fields from a search for a specified View ArtifactID.
|
See Also