SPSite.CurrentChangeToken 属性

Gets the change token that will be used to log the next change to the site collection.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property CurrentChangeToken As SPChangeToken
    Get
用法
Dim instance As SPSite
Dim value As SPChangeToken

value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }

属性值

类型:Microsoft.SharePoint.SPChangeToken
An SPChangeToken object that represents the change token.

备注

You can use the value of this property to query the change log by calling the GetChanges(SPChangeToken) method. For more information, see Using the Change Log.

另请参阅

引用

SPSite 类

SPSite 成员

Microsoft.SharePoint 命名空间

GetChanges(SPChangeToken)

其他资源

Using the Change Log