PagePorter Class Library

Navigation Class

Represents the site navigation structure for a web site.

For a list of all members of this type, see Navigation Members.

System.Object
   Parastream.Web.MsFrontPage.Navigation

[Visual Basic]
Public Class Navigation
[C#]
public class Navigation

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The Navigation object represents the site navigation structure. It has methods that perform serialization to and from a FrontPage compatible file, and methods to search, add, remove, and traverse the structure.

The following classes are related to Navigation:

ObjectDescription
NavigationCacheA cached version of Navigation for use by web servers.
Parastream.Web.UI.WebControls.FpNavBarThe web control that provides the user interface.
Parastream.Web.UI.Design.FpNavBarConverterA Parastream.Web.UI.Design.FpControlConverter that converts a FrontPage Navigation webbot HTML string to an HTML string for a Parastream.Web.UI.Design.FpNavBar control.
Parastream.Web.UI.Design.FpNavBarDesignerA Visual Studio .NET designer for the Parastream.Web.UI.Design.FpNavBar control.

Requirements

Namespace: Parastream.Web.MsFrontPage

Assembly: FpCtrlsBase (in FpCtrlsBase.dll)

See Also

Navigation Members | Parastream.Web.MsFrontPage Namespace