Asychronously returns all workspace fields available to the user that can be specified as a subcondition for a given field in a saved search condition. Use to populate field values for batch and multi-object conditions.
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Task<List<FieldRef>> GetFieldsForObjectCriteriaCollectionAsync( int workspaceArtifactID, FieldRef field, int artifactTypeID )
Parameters
- workspaceArtifactID
- Type: System.Int32
- field
- Type: Relativity.Services.Field.FieldRef
- artifactTypeID
- Type: System.Int32
Return Value
Type: Task<List<FieldRef> >See Also