PagePorter Class Library

WebMetadata Constructor (String, String)

Constructs a WebMetadata object with a filename and an alternate filename.

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

Parameters

fileName
The filename that persists the object.
altFileName
The alternate filename that persists the object.

Remarks

The alternate filename is used to write a shadow copy of the web metadata file.

See Also

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