del método Folder.GetListItemChanges
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function GetListItemChanges ( _
query As ChangeQuery _
) As ChangeCollection
'Uso
Dim instance As Folder
Dim query As ChangeQuery
Dim returnValue As ChangeCollection
returnValue = instance.GetListItemChanges(query)
public ChangeCollection GetListItemChanges(
ChangeQuery query
)
Parámetros
- query
Tipo: Microsoft.SharePoint.Client.ChangeQuery
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ChangeCollection