MetaDataNavTree.BaseWebTreeView Property
This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the SPTreeView object that displays the hierarchical collection of the configured navigation fields.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property BaseWebTreeView As SPTreeView
Get
Set
'Usage
Dim instance As MetaDataNavTree
Dim value As SPTreeView
value = instance.BaseWebTreeView
instance.BaseWebTreeView = value
public SPTreeView BaseWebTreeView { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.SPTreeView
The SPTreeView object that displays the hierarchical collection of the configured navigation fields.