SPHierarchyDataSourceControl.ShowDocLibChildren Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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