SPWeb.GetRecycleBinItems method
Gets the recycle bin items that are based on the specified query.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetRecycleBinItems ( _
query As SPRecycleBinQuery _
) As SPRecycleBinItemCollection
'Usage
Dim instance As SPWeb
Dim query As SPRecycleBinQuery
Dim returnValue As SPRecycleBinItemCollection
returnValue = instance.GetRecycleBinItems(query)
public SPRecycleBinItemCollection GetRecycleBinItems(
SPRecycleBinQuery query
)
Parameters
query
Type: Microsoft.SharePoint.SPRecycleBinQueryThe query for items in the recycle bin.
Return value
Type: Microsoft.SharePoint.SPRecycleBinItemCollection
The recycle bin items that match the query.
Remarks
This method uses the properties of the query parameter to limit the number of items to return or set the order condition, but it cannot filter the specified item by properties of the item.