PagePorter Class Library

Metadata Constructor (String)

Constructs a Metadata object with a filename used to persist the collection.

[Visual Basic]
Overloads Public Sub New( _
   ByVal fileName As String _
)
[C#]
public Metadata(
   string fileName
);

Parameters

fileName
The pathname of the cnf file.

See Also

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