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)
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.