Appends the specified directory to the documenter probe path.
[Visual Basic] Public Sub AppendProbePath( _ ByVal path As String _ ) [C#] public void AppendProbePath( string path ); [C++] public: void AppendProbePath( String* path ); [JScript] public function AppendProbePath( String path );
The probe path is the list of directories that will be scanned for assemblies that have classes implementing IDocumenter.
Exception Type | Condition |
---|---|
ArgumentNullException | path is a null reference (Nothing in Visual Basic). |
ArgumentException | path is a zero-length String. |
Project Class | NDoc.Core Namespace