Share via


RecycleBinItem.ItemState Property

Gets a value that specifies the Recycle Bin stage of the Recycle Bin item.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ItemState As RecycleBinItemState
    Get
'Usage
Dim instance As RecycleBinItem
Dim value As RecycleBinItemState

value = instance.ItemState
[RemoteAttribute]
public RecycleBinItemState ItemState { get; }

Property Value

Type: Microsoft.SharePoint.Client.RecycleBinItemState
Returns a RecycleBinItemState instance representing the Recycle Bin stage of the Recycle Bin item.

Remarks

It must not be none.

See Also

Reference

RecycleBinItem Class

RecycleBinItem Members

Microsoft.SharePoint.Client Namespace