Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Recycle Bin item at the specified index in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SPRecycleBinItem
Get
'Usage
Dim instance As SPRecycleBinItemCollection
Dim index As Integer
Dim value As SPRecycleBinItem
value = instance.Item(index)
public SPRecycleBinItem this[
int index
] { get; }
Parameters
index
Type: System.Int32A 32-bit integer that specifies the index.
Property Value
Type: Microsoft.SharePoint.SPRecycleBinItem
An SPRecycleBinItem object that represents the Recycle Bin item.
See Also
Reference
SPRecycleBinItemCollection Class