Site.GetChanges - Méthode
Specifies the collection of the site collection changes from the change log that have occurred within the scope of the site collection, 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 Site
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 the query that will be used to build the collection of site collection changes to be returned.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ChangeCollection
Returns a ChangeCollection.instance representing the collection of the site collection changes from the change log that have occurred within the scope of the site collection, based on the specified query.