SPRecycleBinItem.ItemState property

Gets the Rrecycle Bin stage of the item.

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

Syntax

'Declaration
Public ReadOnly Property ItemState As SPRecycleBinItemState
    Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As SPRecycleBinItemState

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

Property value

Type: Microsoft.SharePoint.SPRecycleBinItemState
An SPRecycleBinItemState value that indicates the Recycle Bin stage of the item.

See also

Reference

SPRecycleBinItem class

SPRecycleBinItem members

Microsoft.SharePoint namespace