TermSet.GetChanges method
Gets changes to the current TermSet object.
Overload list
Name | Description | |
---|---|---|
GetChanges(DateTime) | Gets a collection of ChangedItem objects that represent changes to the current TermSet since a specified time. | |
GetChanges(DateTime, ChangedItemType) | Gets a collection of ChangedItem objects that represent changes to the current TermSet object since a specified time, restricted by item type. | |
GetChanges(DateTime, ChangedItemType, ChangedOperationType) | Gets a collection of ChangedItem objects that represent changes to the current TermSet since a specified time, restricted by item type and operation type. |
Top