←Select platform

AutoUpdateHistory Property

Summary

Turn on history tracking for the newly created document.

Syntax
C#
VB
C++
public bool AutoUpdateHistory { get; set; } 
Public Property AutoUpdateHistory() As Boolean 
   Get 
   Set 
public:  
   property bool AutoUpdateHistory 
   { 
      bool get() 
      void set(bool value) 
   } 

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

Leadtools.Document Assembly

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