PagePorter Class Library

WebMetadata.AltFileName Property

Gets or sets the altername filename that persists the web metadata.

[Visual Basic]
Public Property AltFileName As String
[C#]
public string AltFileName {get; set;}

Property Value

The altername filename that persists the web metadata, or null (Nothing in Visual Basic) if there is none specified.

Remarks

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

See Also

WebMetadata Class | Parastream.Web.MsFrontPage Namespace