TermStore.GetChanges Method
Include Protected Members
Include Inherited Members
Gets a list of changes to the TermStore object.
Overload List
Name | Description | |
---|---|---|
GetChanges(DateTime) | Gets a collection of ChangedItem objects that represent changes to this TermStore since a specified time. | |
GetChanges(TimeSpan) | Gets a collection of ChangedItem objects that represent changes to this TermStore object in a recent span of time. | |
GetChanges(DateTime, ChangedItemType) | Gets a collection of ChangedItem objects that represent changes to this TermStore since a specified time, restricted by item type. | |
GetChanges(DateTime, ChangedItemType, ChangedOperationType) | Gets a collection of ChangedItem objects that represent changes to this TermStore since a specified time, restricted by item type and operation type. |
Top