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 an object that is used to obtain the next set of rows in a paged view of the Recycle Bin.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property ItemCollectionPosition As SPRecycleBinItemCollectionPosition
Get
'Usage
Dim instance As SPRecycleBinItemCollection
Dim value As SPRecycleBinItemCollectionPosition
value = instance.ItemCollectionPosition
public SPRecycleBinItemCollectionPosition ItemCollectionPosition { get; }
Property Value
Type: Microsoft.SharePoint.SPRecycleBinItemCollectionPosition
An SPRecycleBinItemCollectionPosition object.
See Also
Reference
SPRecycleBinItemCollection Class