DataRoot Class

The DataRoot class represents the root of the content document for a particular adapter instance.

System.Object

    System.Web.Services.Protocols.SoapHeader

      Microsoft.SharePoint.Dsp.DataRoot

Public Constructors

The following table shows the constructors of the DataRoot class and a brief description of each.

Name Description
DataRoot() Initializes a new instance of the DataRoot class.
DataRoot(String) Initializes a new instance of the DataRoot class based on the specified data root.

Public Properties

The following table shows the properties of the DataRoot class, the data type of each property, and a brief description of each.

Name Data type Description
AllowRemoteDataAccess Boolean Gets or sets a Boolean value that specifies whether the adapter accesses data that resides on a different server.
Root String Gets or sets a string that identifies the data root for a particular adapter instance.

Thread Safety

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

Remarks

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

Requirements

Namespace: Microsoft.SharePoint.Dsp

Platforms: Microsoft Windows Server 2003

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

Security: Code Access Security