PagePorter Class Library

NavigationMetadata Class

Provides access to a NavigationPage object's meta information.

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

System.Object
   Parastream.Web.MsFrontPage.Metadata
      Parastream.Web.MsFrontPage.NavigationMetadata

[Visual Basic]
Public Class NavigationMetadata
    Inherits Metadata
[C#]
public class NavigationMetadata : Metadata

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 NavigationMetaInfo class holds the meta information for a page node in the navigation structure. The Global, Excluded, and NavSequence properties operate on the standard variables vti_globalpage, vti_nonnavpage, and vti_navsequence respectively.

Additional variables may be added in the future to extend the functionality of the NavigationPage object, and FrontPage will ignore the non-standard variables.

Requirements

Namespace: Parastream.Web.MsFrontPage

Assembly: FpCtrlsBase (in FpCtrlsBase.dll)

See Also

NavigationMetadata Members | Parastream.Web.MsFrontPage Namespace