NDoc 1.3.1 SDK

IDocumenterConfig.SetProject Method 

Associates the config with a project.

[Visual Basic]
Sub SetProject( _ 
   ByVal project As Project _ 
)
[C#]
void SetProject(
   Project project
);
[C++]
void SetProject(
   Project* project
);
[JScript]
function SetProject(
   Project project
);

Remarks

Changes to the config will notify the project so that it can be marked as modified and saved.

See Also

IDocumenterConfig Interface | NDoc.Core Namespace