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
The IFieldManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | RetrieveArtifactViewFieldIdAsync |
Gets the identifier for a ViewField object associated with a specified field.
|
![]() | RetrieveBeginBatesFieldsAsync |
Gets fields containing beginning Bates numbers.
|
![]() | RetrieveUniqueFieldValuesAsync |
Executes a query for unique values in stored in fixed-length text fields.
|
![]() | SetOverlayBehaviorAsync |
Determines whether the overlay behavior replaces or merges a new value with the existing values in a field.
|
![]() | SetPropagateToAsync |
Updates values in a group of related fields using propagation.
|
![]() | UpdateFilterTypeAsync |
Modify the filter type for a field.
|
See Also