PagePorter Class Library

Parastream.Web.MsFrontPage Namespace

Contains types that provide compatiblity with Microsoft FrontPage. Examples are FileMetadata, FolderMetadata, NavigationMetadata, and WebMetadata which support metadata for various objects, and Navigation which provides methods and properties relating to the site's navigation structure.

Namespace hierarchy

Classes

Class Description
FileMetadata Provides access to a file's meta information contained in the hidden _vti_cnf folder.
FolderMetadata Contains meta data associated with a folder.
Metadata An abstract base class that stores meta data in "vti" format, can read and write .cnf files, or files in hidden _vti_cnf directories.
MsTheme Properties and methods to operate on a Microsoft Office Theme.
Navigation Represents the site navigation structure for a web site.
NavigationCache A cached version of the Navigation class for deployment on a server. It is read-only and will not flush any changes to the disk file(s).
NavigationMetadata Provides access to a NavigationPage object's meta information.
NavigationPage Represents a page node in the site navigational structure.
WebMetadata Contains web site settings that are available to FrontPage, PagePorter (Visual Studio), and the server application.
WebMetadataCache A cached version of the WebMetadata class for deployment on a server. It is read-only and will not flush any changes to the disk file(s).

Enumerations

Enumeration Description
NavigationPlacement Specifies how to place new nodes in the Navigation Structure.