ResultContentType Enumeration

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

Public Enumeration ResultContentType

Dim instance As ResultContentType
public enum ResultContentType

Members

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

See Also

Reference

Microsoft.SharePoint.Dsp Namespace