←Select platform

OutputUri Property

Summary

URL to the output report in the cache.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="outputUri")] 
public Uri OutputUri {get; set;} 
<DataMemberAttribute(Name:="outputUri")>  
Public Property OutputUri() As Uri 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"outputUri")] 
   property Uri^ OutputUri 
   { 
      Uri^ get() 
      void set(Uri^ value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly