ListItem.GetChanges method
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Function GetChanges ( _
query As ChangeQuery _
) As ChangeCollection
'Usage
Dim instance As ListItem
Dim query As ChangeQuery
Dim returnValue As ChangeCollection
returnValue = instance.GetChanges(query)
public ChangeCollection GetChanges(
ChangeQuery query
)
Parameters
- query
Type: Microsoft.SharePoint.Client.ChangeQuery
Return value
Type: Microsoft.SharePoint.Client.ChangeCollection