←Select platform

OutputUri Property

Summary

URL to the output report in the cache.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute(Name="outputUri")] 
public Uri OutputUri {get; set;} 
public:  
   [DataMemberAttribute(Name=L"outputUri")] 
   property Uri^ OutputUri 
   { 
      Uri^ get() 
      void set(Uri^ value) 
   } 
OutputUri # get and set (CompareJobData) 

Property Value

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

Remarks

This property will only be set if CompareJobData.JobState is set to CompareStatus.Completed.

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

Requirements

Target Platforms

Help Version 22.0.2023.5.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly

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