PagePorter Class Library

ProjectDirectory Constructor 

Initializes a new instance of the ProjectDirectory class.

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

Parameters

projectPath
The path to the project.

See Also

ProjectDirectory Class | Parastream.PagePorter Namespace