NDoc 1.3.1 SDK

Workspace.ImportProjectFiles Method

Copies project resources into the workspace. Project files are files needed to compile the help file, but are not directly part of its content

Overload List

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);

See Also

Workspace Class | NDoc.Core Namespace