RecycleBinItem.ItemType property

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

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

Syntax

'Declaration
Public ReadOnly Property ItemType As RecycleBinItemType
    Get
'Usage
Dim instance As RecycleBinItem
Dim value As RecycleBinItemType

value = instance.ItemType
public RecycleBinItemType ItemType { get; }

Property value

Type: Microsoft.SharePoint.Client.RecycleBinItemType
Returns a RecycleBinItemType instance representing the type of the Recycle Bin item.

Remarks

It must not be none.

See also

Reference

RecycleBinItem class

RecycleBinItem members

Microsoft.SharePoint.Client namespace