Copies project resources into the workspace. Project files are files needed to compile the help file, but are not directly part of its content
Copies project resources into the workspace. Project files are files needed to compile the help file, but are not directly part of its content
[Visual Basic] Public Sub ImportProjectFiles(ByVal String)
[C#] public void ImportProjectFiles(string);
[C++] public: void ImportProjectFiles(String*);
[JScript] public function ImportProjectFiles(String);
Copies project resources into the workspace Project files are files needed to compile the help file, but are not directly part of its content
[Visual Basic] Public Sub ImportProjectFiles(ByVal String,ByVal String)
[C#] public void ImportProjectFiles(string,string);
[C++] public: void ImportProjectFiles(String*,String*);
[JScript] public function ImportProjectFiles(String,String);
Workspace Class | NDoc.Core Namespace