PagePorter Class Library

NavigationCache Constructor 

Constructs a NavigationCache object.

[Visual Basic]
Public Sub New( _
   ByVal path As String _
)
[C#]
public NavigationCache(
   string path
);

Parameters

path
The path of the project root.

See Also

NavigationCache Class | Parastream.Web.MsFrontPage Namespace