PagePorter Class Library

NavigationPlacement Enumeration

Specifies how to place new nodes in the Navigation Structure.

[Visual Basic]
Public Enum NavigationPlacement
[C#]
public enum NavigationPlacement

Members

Member Name Description
ChildOfThe new node is placed as a child of the specified node.
BeforeThe new node is placed before the specified node.
AfterThe new node is placed after the specified node.

Requirements

Namespace: Parastream.Web.MsFrontPage

Assembly: FpCtrlsBase (in FpCtrlsBase.dll)

See Also

Parastream.Web.MsFrontPage Namespace