DataRoot Class

NOTE: This API is now obsolete.

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

Inheritance Hierarchy

System.Object
  System.Web.Services.Protocols.SoapHeader
    Microsoft.SharePoint.Dsp.DataRoot

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Class DataRoot _
    Inherits SoapHeader
'Usage
Dim instance As DataRoot
[ObsoleteAttribute("Use the Lists web service instead.")]
public class DataRoot : SoapHeader

Remarks

The DataRoot class corresponds to the <dsp:dataRoot> SOAP header.

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

Microsoft.SharePoint.Dsp Namespace