DSQuery.StartPosition Property

Gets or sets a string that identifies the beginning of the next page when paging is supported by the data retrieval service.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property StartPosition As String
    Get
    Set

Dim instance As DSQuery
Dim value As String

value = instance.StartPosition

instance.StartPosition = value
public string StartPosition { get; set; }

Property Value

Type: System.String
A string that identifies the beginning of the next page.

Remarks

Paging can be started by setting the StartPosition property to an empty string ("") and setting the RowLimit property to the size of the page you want. In this case the data payload will contain an XML string within a pagingInfo element. Set the StartPosition property to this XML string and execute the query again to get the next page.

See Also

Reference

DSQuery Class

DSQuery Members

Microsoft.SharePoint.Dsp Namespace