←Select platform

AutoUpdateHistory Property

Summary

Turn on history tracking for the newly created document.

Syntax
C#
C++/CLI
Python
public bool AutoUpdateHistory { get; set; } 
public:  
   property bool AutoUpdateHistory 
   { 
      bool get() 
      void set(bool value) 
   } 
AutoUpdateHistory # get and set (CreateDocumentOptions) 

Property Value

true to turn on history tracking for the newly created document; otherwise, false. The default value is false.

Remarks

This value will be set in the LEADDocument.History.AutoUpdate property of the newly created document. And if the value is true, the document history will contain an entry of type DocumentHistoryModifyType.Created with the timestamp of when the document was created.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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