IFieldManager Interface

Relativity Services API
Exposes methods on the Field Manager service used for setting overlay behavior, propagating field values, updating filter types, and performing other tasks with fields.

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

public interface IFieldManager : IDisposable

The IFieldManager 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 methodRetrieveArtifactViewFieldIdAsync
Gets the identifier for a ViewField object associated with a specified field.
Public methodRetrieveBeginBatesFieldsAsync
Gets fields containing beginning Bates numbers.
Public methodRetrieveUniqueFieldValuesAsync
Executes a query for unique values in stored in fixed-length text fields.
Public methodSetOverlayBehaviorAsync
Determines whether the overlay behavior replaces or merges a new value with the existing values in a field.
Public methodSetPropagateToAsync
Updates values in a group of related fields using propagation.
Public methodUpdateFilterTypeAsync
Modify the filter type for a field.
Top
See Also

Reference