DataRoot Constructor (String)

NOTE: This API is now obsolete.

Initializes a new instance of the DataRoot class based on the specified data root.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Sub New ( _
    root As String _
)
'Usage
Dim root As String

Dim instance As New DataRoot(root)
[ObsoleteAttribute("Use the Lists web service instead.")]
public DataRoot(
    string root
)

Parameters

  • root
    Type: System.String

    A string that specifies the data root.

See Also

Reference

DataRoot Class

DataRoot Members

DataRoot Overload

Microsoft.SharePoint.Dsp Namespace