RecycleBinItem.ItemState property
Gets a value that specifies the Recycle Bin stage of the Recycle Bin item.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ItemState As RecycleBinItemState
Get
'Usage
Dim instance As RecycleBinItem
Dim value As RecycleBinItemState
value = instance.ItemState
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.