SPRecycleBinItem.ItemState Property
Gets the Rrecycle Bin stage of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.Custom, FixedId := "a", Value := "It MUST NOT be None")> _
Public ReadOnly Property ItemState As SPRecycleBinItemState
Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As SPRecycleBinItemState
value = instance.ItemState
[ClientCallableAttribute]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.Custom, FixedId = "a", Value = "It MUST NOT be None")]
public SPRecycleBinItemState ItemState { get; }
Property Value
Type: Microsoft.SharePoint.SPRecycleBinItemState
An SPRecycleBinItemState value that indicates the Recycle Bin stage of the item.