Creates a series of Search Term Results associated with the specified Search Term Report.
Namespace: Relativity.SearchTermsReport.Interfaces
Assembly: Relativity.SearchTermsReport.Interfaces (in Relativity.SearchTermsReport.Interfaces.dll) Version: 11.3.0.0
Syntax
C#
Task<SearchTermsResultResponse> CreateTerms( int workspaceID, int searchTermsReportID, SearchTermsResultCreateRequest createRequest )
Parameters
- workspaceID
- Type: SystemInt32
Artifact ID of the workspace. - searchTermsReportID
- Type: SystemInt32
Artifact ID of the Search Terms Report that will be associated with tthese new Search Terms Results. - createRequest
- Type: Relativity.SearchTermsReport.Interfaces.ModelsSearchTermsResultCreateRequest
Request containing a list of terms and the colors for highlighting SearchTermsResultCreateRequest
Return Value
Type: TaskSearchTermsResultResponseAsynchronous response of SearchTermsResultResponse
Examples
See Also