PagePorter Class Library

Metadata.SaveFile Method (String)

Writes the .cnf file with the current values in the collection with the specified filename.

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

Parameters

filename
Specifies the file which receives the current values.

Remarks

If the directory doesn't exist prior to creating the file, it is created with the hidden attribute.

See Also

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