←Select platform

SetItems Method

Summary

Updates this document modification history.

Syntax
C#
VB
C++
public void SetItems( 
   IList<DocumentHistoryItem> value 
) 
Public Sub SetItems( 
   ByVal value As IList(Of DocumentHistoryItem 
)) 
public:  
   void SetItems( 
      IList<DocumentHistoryItem^>^ value 
   ) 

Parameters

value

List of DocumentHistoryItem that contain the modifications or changes that occurred in this document.

Remarks

DocumentHistory manages the history of the document. It can be accessed through the History property of LEADDocument. It contains an internal list of DocumentHistoryItem objects for each modification or change that occurred in the document.

The items can be retrieved, updated or cleared through GetItems, SetItems and Clear respectively.

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.