NDoc 1.3.1 SDK

IDocumenter.CanBuild Method (Project)

Checks if the documentation output file(s) exist.

[Visual Basic]
Function CanBuild( _ 
   ByVal project As Project _ 
) As String
[C#]
string CanBuild(
   Project project
);
[C++]
String* CanBuild(
   Project* project
);
[JScript]
function CanBuild(
   Project project
): String;

Parameters

project
The project that generated the documentation.

Return Value

True if the documentation can be viewed.

See Also

IDocumenter Interface | NDoc.Core Namespace | IDocumenter.CanBuild Overload List