PagingSupportType Enumeration
NOTE: This API is now obsolete.
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
'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Enumeration PagingSupportType
'Usage
Dim instance As PagingSupportType
[ObsoleteAttribute("Use the Lists web service instead.")]
public enum PagingSupportType
Members
Member name | Description | |
---|---|---|
None | Obsolete. Indicates paging is not supported. | |
ForwardOnly | Obsolete. Indicates paging only moves forward. | |
TwoWay | Obsolete. Indicates paging can move forward or backward. |