PagePorter Class Library

FileMetadata Constructor 

Constructs a FileMetadata object.

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

Parameters

filename
The filename of the document. The file that actually gets opened is located in the _vti_cnf directory.

See Also

FileMetadata Class | Parastream.Web.MsFrontPage Namespace