←Select platform

CompareJobRunnerOperation Enumeration

Summary

Types of Compare runner operations.

Syntax
C#
C++/CLI
Python
public enum CompareJobRunnerOperation 
public: 
   enum class CompareJobRunnerOperation sealed 
class CompareJobRunnerOperation(Enum): 
   BeginUpload = 0 
   Upload = 1 
   EndUpload = 2 
Members
ValueMemberDescription
0BeginUploadThe compare runner is invoking DocumentFactory.BeginUpload on the output report.
CompareJobRunnerEventArgs.Data will contain the UploadDocumentOptions that will be used.
1UploadThe compare runner is invoking DocumentFactory.UploadDocument() on the output report
2EndUploadThe compare runner is invoking DocumentFactory.EndUpload
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.