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