Share via


SPRecycleBinItemCollection.LastProcessedId property

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)

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

SPRecycleBinItemCollection members

Microsoft.SharePoint namespace