PagePorter Class Library

Metadata.OpenFile Method (String)

Reads the specified .cnf file into the variable collection.

[Visual Basic]
Overloads Public Function OpenFile( _
   ByVal filename As String _
) As Boolean
[C#]
public bool OpenFile(
   string filename
);

Parameters

filename
The filename to read.

Return Value

Returns true if the operation was successful, false if the file didn't exist.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace | Metadata.OpenFile Overload List