Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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.String

    A string that contains paging information that is used to generate the next page of data.

See Also

Reference

SPRecycleBinItemCollectionPosition Class

SPRecycleBinItemCollectionPosition Members

Microsoft.SharePoint Namespace