Share via


RecycleBinItem.ItemType Property

Gets a value that specifies the type 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 ItemType As RecycleBinItemType
    Get
'Usage
Dim instance As RecycleBinItem
Dim value As RecycleBinItemType

value = instance.ItemType
[RemoteAttribute]
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