SPWeb.CurrentChangeToken property
Obtém o token de alteração é usado quando a próxima alteração está conectada ao site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property CurrentChangeToken As SPChangeToken
Get
'Uso
Dim instance As SPWeb
Dim value As SPChangeToken
value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }
Property value
Type: Microsoft.SharePoint.SPChangeToken
Um objeto SPChangeToken que representa o token de alteração.
Comentários
Você pode usar o valor dessa propriedade para consultar o log de alterações chamando o método GetChanges(SPChangeToken) . Para obter mais informações, consulte Using the Change Log.
Ver também
Referência
Microsoft.SharePoint namespace