Creates a new instance of the Workspace class.
[Visual Basic] Public Sub New( _ ByVal root As String, _ ByVal type As String, _ ByVal contentDirName As String, _ ByVal cleanableExtensions As String _ ) [C#] public Workspace( string root, string type, string contentDirName, string cleanableExtensions ); [C++] public: Workspace( String* root, String* type, String* contentDirName, String* cleanableExtensions ); [JScript] public function Workspace( String root, String type, String contentDirName, String cleanableExtensions );
Workspace Class | NDoc.Core Namespace