outputUri Property

Summary

URL location of the output report in the cache.

Syntax
TypeScript
JavaScript
Object.defineProperty(CompareJobData.prototype, 'outputUri', 
   get: function() 
) 
readonly outputUri: string; 

Property Value

URL to the output report in the cache. The default value is null.

Remarks

This property will only be set if CompareJobData.jobStatus is set to CompareStatus.completed.

To download the report generated by the compare job, call the DocumentFactory.downloadDocumentData method. This will download the report data directly from the cache without first loading it through the Document library.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.