←Select platform

OutputDocumentId Property

Summary

The ID of the report generated by this compare job.

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

Property Value

The ID of the report document generated by this compare job. The default value is null.

Remarks

To download the report generated by the compare job, call the DocumentFactory.DownloadDocument(DownloadDocumentOptions) method.

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