←Select platform

OutputDocumentId Property

Summary

The ID of the report generated by this compare job.

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

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 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.