PagePorter Class Library

Navigation.OpenFile Method 

Reads the .cnf file into the navigation structure.

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

Parameters

filename
The filename of the .cnf file.

Exceptions

Exception Type Condition
FormatException A value was not properly formatted.
OverflowException A numeric value was out of range.
ArgumentOutOfRangeException Record was missing required fields.

See Also

Navigation Class | Parastream.Web.MsFrontPage Namespace