EditableAspMenuNode.IsHidden property
The IsHidden property is an editable setting that allows the user to specify that the node should not appear in the navigation menu. This setting may be stored separately for each SiteMapProvider, e.g. allowing the node to appear in the top menu but not the left menu (even though both menus share the same underlying data). Note that there are other reasons why a node may not appear in the menu; these are represented by the IsTrimmed property. During editing, all nodes temporarily become visible so that they can be edited. The editor may allow the user to change the IsHidden state, if the AllowHide property permits it.
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsHidden As Boolean
Get
Set
'Usage
Dim instance As EditableAspMenuNode
Dim value As Boolean
value = instance.IsHidden
instance.IsHidden = value
public bool IsHidden { get; set; }
Property value
Type: System.Boolean
Remarks
(to client, from client)