DataRoot Class

Represents the root of the content document for a particular adapter instance.

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

Syntax

<SerializableAttribute> _
<XmlRootAttribute("dataRoot", Web Service:="http://schemas.microsoft.com/sharepoint/dsp", IsNullable:=False)> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<DebuggerStepThroughAttribute> _
<XmlTypeAttribute(Namespace:="http://schemas.microsoft.com/sharepoint/dsp")> _
<DesignerCategoryAttribute("code")> _
Public Class DataRoot
    Inherits SoapHeader

Dim instance As DataRoot
[SerializableAttribute] 
[XmlRootAttribute("dataRoot", Web Service="http://schemas.microsoft.com/sharepoint/dsp", IsNullable=false)] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[DebuggerStepThroughAttribute] 
[XmlTypeAttribute(Namespace="http://schemas.microsoft.com/sharepoint/dsp")] 
[DesignerCategoryAttribute("code")] 
public class DataRoot : SoapHeader

Inheritance Hierarchy

System.Object
   System.Web.Services.Protocols.SoapHeader
    List Data Retrieval.DataRoot

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataRoot Members
List Data Retrieval Web Service