Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used in bulk processing functions for deleting, restoring, or moving recycle bin items to get the GUID of the last recycle bin item that has been processed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property LastProcessedId As Guid
Get
'Usage
Dim instance As SPRecycleBinItemCollection
Dim value As Guid
value = instance.LastProcessedId
public Guid LastProcessedId { get; }
Property Value
Type: System.Guid
A System.Guid that identifies the last recycle bin item that has been processed.
See Also
Reference
SPRecycleBinItemCollection Class