SPRecycleBinItemCollectionPosition constructor
Initializes a new instance of the SPRecycleBinItemCollectionPosition class with the specified paging information.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
pagingInfo As String _
)
'Usage
Dim pagingInfo As String
Dim instance As New SPRecycleBinItemCollectionPosition(pagingInfo)
public SPRecycleBinItemCollectionPosition(
string pagingInfo
)
Parameters
pagingInfo
Type: System.StringA string that contains paging information that is used to generate the next page of data.
See also
Reference
SPRecycleBinItemCollectionPosition class