PagePorter Class Library

NavigationMetadata.NavSequence Property

A flag indicating that the page is the parent node of a Custom Link Bar.

[Visual Basic]
Public Property NavSequence As Boolean
[C#]
public bool NavSequence {get; set;}

Property Value

A flag indicating that the page is the parent node of a Custom Link Bar. The default value is false.

Remarks

A Custom Link Bar consists of a parent node with the NavSequence attribute and zero or more child pages with normal attributes. Those children cannot have children of their own, meaning that Custom Link Bars may only be one level deep.

See Also

NavigationMetadata Class | Parastream.Web.MsFrontPage Namespace