SPRecycleBinQuery.ItemState Property

Gets or sets the Recycle Bin stage of items to return in the query.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property ItemState As SPRecycleBinItemState
    Get
    Set
'Usage
Dim instance As SPRecycleBinQuery
Dim value As SPRecycleBinItemState

value = instance.ItemState

instance.ItemState = value
public SPRecycleBinItemState ItemState { get; set; }

Property Value

Type: Microsoft.SharePoint.SPRecycleBinItemState
An SPRecycleBinItemState value that specifies the Recycle Bin stage.

See Also

Reference

SPRecycleBinQuery Class

SPRecycleBinQuery Members

Microsoft.SharePoint Namespace