TheDocumentHistory |
Scroll |
TheDocumentHistory is a list of TheDocumentHistoryEntry objects and can be used for loading the history of a document.
Features include:
Accessing items by index
For-Each iteration
Namespace: Therefore.API
Visual Basic Public Class TheDocumentHistory C# public class TheDocumentHistory |
Name |
Description |
Gets the number of TheDocumentHistoryEntry items in this list. |
|
Gets the document number of the associated TheDocument. |
|
Gets the TheDocumentHistoryEntry item with the specified index. |
Name |
Description |
Removes all elements from the list. |
|
Returns a copy of the list. |
|
Returns an enumerator for this list. |
|
Loads the history of the specified document from the Thereforeā¢ server. |
|
Removes the the specified entry from the list. |
|
Returns a string representation of the object (for debugging). |