ListSiteMapPath.HideInteriorRootNodes Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property HideInteriorRootNodes As Boolean
Get
Set
'Usage
Dim instance As ListSiteMapPath
Dim value As Boolean
value = instance.HideInteriorRootNodes
instance.HideInteriorRootNodes = value
public bool HideInteriorRootNodes { get; set; }
Property Value
Type: System.Boolean