←Select platform

AutoUpdate Property

Summary

Enables history tracking for this document.

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

Property Value

true to enable history tracking for this document; otherwise, false. The default value is false.

Remarks

The value is false by default and modifications to this LEADDocument are not tracked till the value is set to true.

For more information, refer to Document Toolkit History Tracking.

Example

For an example, refer to DocumentHistory.

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.