Share via


NavigationNodes.AddLinkBar Method

SharePoint Designer Developer Reference

Returns a NavigationNode object that represents a link bar.

Syntax

expression.AddLinkBar(NodeLabel, ModificationType, LeftSibling)

expression   Required. A variable that represents a NavigationNodes collection.

Parameters

Name Required/Optional Data Type Description
NodeLabel Required String A String that represents the label or name of the link bar.
ModificationType Required StructureModificationType A StructureModificationType constant that represents the structure of the link bar.
LeftSibling Optional Variant A Variant that represents the left sibling of the node. This value is used to locate the new link bar in the hierarchy.

Return Value
NavigationNode

See Also