Builds the URL used for generating a report for a specified Search Terms Report
Namespace: Relativity.SearchTermsReport.Interfaces
Assembly: Relativity.SearchTermsReport.Interfaces (in Relativity.SearchTermsReport.Interfaces.dll) Version: 11.3.0.0
Syntax
C#
Task<string> GetReportURL( int workspaceID, int searchTermsReportID )
Parameters
- workspaceID
- Type: SystemInt32
Artifact ID of the workspace - searchTermsReportID
- Type: SystemInt32
Artifact ID of the Search Terms Report to be executed
Return Value
Type: TaskStringAsynchronous response with the Search Terms Report's Report URL
Examples
See Also