PagePorter Class Library

Navigation.SaveFile Method 

Writes navigation structure to a .cnf file.

[Visual Basic]
Public Sub SaveFile( _
   ByVal filename As String _
)
[C#]
public void SaveFile(
   string filename
);

Parameters

filename
The filename of the .cnf file.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace