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)
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