SPList.CurrentChangeToken 属性

获取将使用日志下一处修订记录到列表中的更改令牌。

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

语法

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

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

属性值

类型:Microsoft.SharePoint.SPChangeToken
一个代表更改令牌SPChangeToken对象。

备注

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.

另请参阅

引用

SPList 类

SPList 成员

Microsoft.SharePoint 命名空间

GetChanges(SPChangeToken)

其他资源

Using the Change Log