SPWeb.CurrentChangeToken - Propriété
Obtient le jeton de modification qui est utilisé lors de la prochaine modification est consignée au site Web.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CurrentChangeToken As SPChangeToken
Get
'Utilisation
Dim instance As SPWeb
Dim value As SPChangeToken
value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }
Valeur de propriété
Type : Microsoft.SharePoint.SPChangeToken
Objet SPChangeToken qui représente le jeton de modification.
Remarques
Vous pouvez utiliser la valeur de cette propriété pour interroger le journal de modification en appelant la méthode GetChanges(SPChangeToken) . Pour plus d'informations, consultez Using the Change Log.
Voir aussi
Référence
Microsoft.SharePoint - Espace de noms