NodeLocation Enumeration

SharePoint Designer Developer Reference

NodeLocation can be one of these NodeLocation constants.

Requirements

Name Value Description
NodeLocationAsLeftmostChild 1 The leftmost node in the current navigation structure.
NodeLocationAsRightmostChild 2 The rightmost node in the current navigation structure.
NodeLocationToRightOfSibling 0 Use this setting if you want to add a new node to the right of the node designated in the left sibling argument.

Remarks