←Select platform

GetItems Method

Summary

Retrieves this document's modification history.

Syntax
C#
VB
C++
public List<DocumentHistoryItem> GetItems() 
Public Function GetItems() As List(Of DocumentHistoryItem) 
public:  
   List<DocumentHistoryItem^>^ GetItems() 

Return Value

List of DocumentHistoryItem that contain the modifications or changes that occurred in this document since it was created or since the last baseline (clear).

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.