TermStore.GetChanges method
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Function GetChanges ( _
changeInformation As ChangeInformation _
) As ChangedItemCollection
'Usage
Dim instance As TermStore
Dim changeInformation As ChangeInformation
Dim returnValue As ChangedItemCollection
returnValue = instance.GetChanges(changeInformation)
public ChangedItemCollection GetChanges(
ChangeInformation changeInformation
)
Parameters
changeInformation
Type: Microsoft.SharePoint.Client.Taxonomy.ChangeInformationA Coordinated Universal Time (UTC) indicating the earliest change to be returned.
Return value
Type: Microsoft.SharePoint.Client.Taxonomy.ChangedItemCollection