TermStore.GetChanges Method (DateTime)
Gets a collection of ChangedItem objects that represent changes to this TermStore since a specified time.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function GetChanges ( _
startTime As DateTime _
) As ChangedItemCollection
'Usage
Dim instance As TermStore
Dim startTime As DateTime
Dim returnValue As ChangedItemCollection
returnValue = instance.GetChanges(startTime)
public ChangedItemCollection GetChanges(
DateTime startTime
)
Parameters
startTime
Type: System.DateTimeA UTC time indicating the earliest change to be included in the result collection
Return Value
Type: Microsoft.SharePoint.Taxonomy.ChangedItemCollection
A collection of ChangedItem objects that represent changes to this TermStore since a specified time.
Remarks
The changes returned in the collection include changes in the TermStore and its child Group, TermSet objects, and Term objects. The collection returned may be empty.
See Also
Reference
Microsoft.SharePoint.Taxonomy Namespace
GetChanges(DateTime, ChangedItemType)