Asychronously returns all workspace fields available to the user as the SearchResultViewFields.FieldsNotIncluded property. Use to populate the AnalyticsSearch.Fields property.
Namespace: Relativity.Services.Search
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Task<SearchResultViewFields> GetFieldsForSearchResultViewAsync( int workspaceArtifactID, int artifactTypeID )
Parameters
- workspaceArtifactID
- Type: System.Int32
- artifactTypeID
- Type: System.Int32
Return Value
Type: Task<SearchResultViewFields>See Also