SPHierarchyDataSourceControl.ShowFolderChildren property

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

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

Syntax

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

value = instance.ShowFolderChildren

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

Property value

Type: System.Boolean

See also

Reference

SPHierarchyDataSourceControl class

SPHierarchyDataSourceControl members

Microsoft.SharePoint.WebControls namespace