TermStore.GetChanges method (TimeSpan)

Gets a collection of ChangedItem objects that represent changes to this TermStore object in a recent span of time.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public Function GetChanges ( _
    sinceTimeAgo As TimeSpan _
) As ChangedItemCollection
'Usage
Dim instance As TermStore
Dim sinceTimeAgo As TimeSpan
Dim returnValue As ChangedItemCollection

returnValue = instance.GetChanges(sinceTimeAgo)
public ChangedItemCollection GetChanges(
    TimeSpan sinceTimeAgo
)

Parameters

  • sinceTimeAgo
    Type: System.TimeSpan

    A TimeSpan structure that indicates how long ago from the current time the changes should retrieved.

Return value

Type: Microsoft.SharePoint.Taxonomy.ChangedItemCollection
A collection of ChangedItem objects that represent changes to this TermStore in a recent span of time.

Remarks

The changes returned in the collection include changes in the TermStore and its child Group, TermSet and Term objects.The collection returned may be empty.

See also

Reference

TermStore class

TermStore members

GetChanges overload

Microsoft.SharePoint.Taxonomy namespace

GetChanges(DateTime)

GetChanges(DateTime, ChangedItemType)

GetChanges(DateTime, ChangedItemType, ChangedOperationType)