MetaDataNavTree.BaseTreeViewDataSource property

This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the SPHierarchyDataSourceControl as the data source of the BaseWebTreeView.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Property BaseTreeViewDataSource As SPHierarchyDataSourceControl
    Get
    Set
'Usage
Dim instance As MetaDataNavTree
Dim value As SPHierarchyDataSourceControl

value = instance.BaseTreeViewDataSource

instance.BaseTreeViewDataSource = value
public SPHierarchyDataSourceControl BaseTreeViewDataSource { get; set; }

Property value

Type: Microsoft.SharePoint.WebControls.SPHierarchyDataSourceControl
The SPHierarchyDataSourceControl object that represents the data source of the BaseWebTreeView.

See also

Reference

MetaDataNavTree class

MetaDataNavTree members

Microsoft.Office.Server.WebControls namespace