EditableAspMenuNode.IsTrimmed property
Besides the IsHidden user setting, there are a number of other reasons why a node might not be shown in the navigation menu (e.g. security permissions, published/unpublished status, an error state, etc). The IsTrimmed flag represents these other reasons. During editing, all nodes temporarily become visible so that they can be edited, but a special display style is used to indicate the nodes that will disappear again when changes are saved. This style is applied if IsHidden=true or IsTrimmed=true, allowing the display style to be updated immediately (rather than waiting until after the changes are saved).
Namespace: Microsoft.SharePoint.Navigation
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsTrimmed As Boolean
Get
Set
'Usage
Dim instance As EditableAspMenuNode
Dim value As Boolean
value = instance.IsTrimmed
instance.IsTrimmed = value
public bool IsTrimmed { get; set; }
Property value
Type: System.Boolean
Remarks
(to client)