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 first page in a paged view of the recycle bin.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared ReadOnly Property FirstPage As SPRecycleBinItemCollectionPosition
Get
'Usage
Dim value As SPRecycleBinItemCollectionPosition
value = SPRecycleBinItemCollectionPosition.FirstPage
public static SPRecycleBinItemCollectionPosition FirstPage { get; }
Property value
Type: Microsoft.SharePoint.SPRecycleBinItemCollectionPosition
An SPRecycleBinItemCollectionPosition object that represents the first page.
See also
Reference
SPRecycleBinItemCollectionPosition class