PagePorter Class Library

WebMetadataCache Constructor 

Constructs a WebMetadataCache object.

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

Parameters

path
The path of the project root.

See Also

WebMetadataCache Class | Parastream.Web.MsFrontPage Namespace