SPRecycleBinItem.ItemType property

Gets the type of the Recycle Bin item.

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

Syntax

'Declaration
Public ReadOnly Property ItemType As SPRecycleBinItemType
    Get
'Usage
Dim instance As SPRecycleBinItem
Dim value As SPRecycleBinItemType

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

Property value

Type: Microsoft.SharePoint.SPRecycleBinItemType
An SPRecycleBinItemType value that indicates the type of the Recycle Bin item.

See also

Reference

SPRecycleBinItem class

SPRecycleBinItem members

Microsoft.SharePoint namespace