Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |