PagingSupportType Enumeration
Indicates the type of paging that is supported for a query.
Namespace: Microsoft.SharePoint.Dsp
Assembly: Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)
Syntax
Public Enumeration PagingSupportType
Dim instance As PagingSupportType
public enum PagingSupportType
Members
Member name | Description | |
---|---|---|
None | Indicates paging is not supported. | |
ForwardOnly | Indicates paging only moves forward. | |
TwoWay | Indicates paging can move forward or backward. |