TermSet.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 TermSet
Dim changeInformation As ChangeInformation
Dim returnValue As ChangedItemCollection

returnValue = instance.GetChanges(changeInformation)
public ChangedItemCollection GetChanges(
    ChangeInformation changeInformation
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.Taxonomy.ChangedItemCollection

See also

Reference

TermSet class

TermSet members

Microsoft.SharePoint.Client.Taxonomy namespace