共用方式為


SPRecycleBinItemCollection.LastProcessedId property

在大量處理刪除、 還原,或移動資源回收筒項目,以取得已處理最後一個資源回收筒] 項目的 GUID 的函式中使用。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property LastProcessedId As Guid
    Get
'用途
Dim instance As SPRecycleBinItemCollection
Dim value As Guid

value = instance.LastProcessedId
public Guid LastProcessedId { get; }

Property value

Type: System.Guid
System.Guid用來識別已處理的最後一個資源回收筒項目。

請參閱

參照

SPRecycleBinItemCollection class

SPRecycleBinItemCollection members

Microsoft.SharePoint namespace