PortalHierarchyData.ShowChildren Property
Controls whether or not to return the children of the node that this object wraps.
Namespace: Microsoft.SharePoint.Publishing.Navigation
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Property ShowChildren As Boolean
Get
Set
'Usage
Dim instance As PortalHierarchyData
Dim value As Boolean
value = instance.ShowChildren
instance.ShowChildren = value
public bool ShowChildren { get; set; }
Property Value
Type: System.Boolean
Remarks
This property can be useful when doing custom trimming.