Web.GetChanges - Méthode
Returns the collection of all changes from the change log that have occurred within the scope of the site, based on the specified query.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetChanges ( _
query As ChangeQuery _
) As ChangeCollection
'Utilisation
Dim instance As Web
Dim query As ChangeQuery
Dim returnValue As ChangeCollection
returnValue = instance.GetChanges(query)
public ChangeCollection GetChanges(
ChangeQuery query
)
Paramètres
query
Type : Microsoft.SharePoint.Client.ChangeQuerySpecifies which changes to return.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ChangeCollection
Returns a ChangeCollection instance representing the collection of all changes from the change log that have occurred within the scope of the site, based on the specified query.
Remarques
It must not be une référence Null (Rien dans Visual Basic).