IDocumenter.CanBuild Method (Project, Boolean)

NDoc Core

NDoc Documentation

IDocumenter.CanBuild Method (Project, Boolean)

Checks to make sure the documenter can perform a build.

string CanBuild(
   Project project,
   bool checkInputOnly
);

Parameters

project
The project that would be built.
checkInputOnly
When true, don't check for output file locking.

Return Value

null if the documenter can build; otherwise a message describing why it can't build

Remarks

This is for people who like to leave their CHMs open.

See Also

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