SPRecycleBinItemCollection.MoveToSecondStage method (Guid[])

Moves the specified items from the end-user Recycle Bin to the second stage of the site-collection Recycle Bin.

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

Syntax

'Declaration
Public Sub MoveToSecondStage ( _
    ids As Guid() _
)
'Usage
Dim instance As SPRecycleBinItemCollection
Dim ids As Guid()

instance.MoveToSecondStage(ids)
public void MoveToSecondStage(
    Guid[] ids
)

Parameters

  • ids
    Type: []

    A System.Guid array that specifies the Recycle Bin items to move to the second-stage Recycle Bin.

Remarks

Items that are deleted from the end-user Recycle Bin remain visible in the second-stage view of the site-collection Recycle Bin.

See also

Reference

SPRecycleBinItemCollection class

SPRecycleBinItemCollection members

MoveToSecondStage overload

Microsoft.SharePoint namespace