SPSearchResultCollectionPosition Class

Deprecated. For Search, use the Execute method of the Microsoft.SharePoint.Search.Query.KeywordQuery class or the Microsoft.SharePoint.Search.Query.FullTextSqlQuery class. Supports paging through the results of a search and storing the state that is required to get the next page of data.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.SPSearchResultCollectionPosition

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Class SPSearchResultCollectionPosition
'Usage
Dim instance As SPSearchResultCollectionPosition
[SubsetCallableTypeAttribute]
public class SPSearchResultCollectionPosition

Remarks

To use this class and its members, you must install Microsoft SQL Server on the server and enable full-text search in SharePoint Central Administration.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SPSearchResultCollectionPosition Members

Microsoft.SharePoint Namespace