ResultContentType Enumeration

Indicates the type of content that is returned through a query.

Web Service: List Data RetrievalWeb Reference: http://<Site>/_vti_bin/DspSts.asmx

Syntax

<SerializableAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/dsp")> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
Public Enumeration ResultContentType

Dim instance As ResultContentType
[SerializableAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/dsp")] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
public enum ResultContentType

Members

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

See Also

Reference

List Data Retrieval Web Service