SPHierarchyDataSourceControl.ShowDocLibChildren property

Whether this treeview should fetch and show any doclibs in the subtree.

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

Syntax

'Declaration
Public Property ShowDocLibChildren As Boolean
    Get
    Set
'Usage
Dim instance As SPHierarchyDataSourceControl
Dim value As Boolean

value = instance.ShowDocLibChildren

instance.ShowDocLibChildren = value
public bool ShowDocLibChildren { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPHierarchyDataSourceControl class

SPHierarchyDataSourceControl members

Microsoft.SharePoint.WebControls namespace