←Select platform

ModifyType Property

Summary

The type of change (modification).

Syntax
C#
VB
C++
public DocumentHistoryModifyType ModifyType { get; set; } 
Public Property ModifyType() As DocumentHistoryModifyType 
   Get 
   Set 
public:  
   property DocumentHistoryModifyType^ ModifyType 
   { 
      DocumentHistoryModifyType^ get() 
      void set(DocumentHistoryModifyType^ value) 
   } 

Property Value

The type of the change (modification). The default value is DocumentHistoryModifyType.Created.

Remarks

Refer to Document Toolkit History Tracking for more information.

Example

For an example, refer to DocumentHistory.

Requirements

Target Platforms

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

Leadtools.Document Assembly