ResultContentType Enumeration

NOTE: This API is now obsolete.

Indicates the type of content that is returned through 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 ResultContentType
'Usage
Dim instance As ResultContentType
[ObsoleteAttribute("Use the Lists web service instead.")]
public enum ResultContentType

Members

Member name Description
Both Obsolete. Returns both the schema (XSD) and XML payload parts of the query result.
SchemaOnly Obsolete. Returns only the schema (XSD) part of the query result.
DataOnly Obsolete. Returns only the XML payload part of the query result.

See Also

Reference

Microsoft.SharePoint.Dsp Namespace