FileSystemDocumentWriterFactory Constructor

Namespace
Kampute.DocToolkit
Assembly
  • Kampute.DocToolkit.dll

Definition

Initializes a new instance of the FileSystemDocumentWriterFactory class.
public FileSystemDocumentWriterFactory(string outputFolder, OutputOptions options = null)

Parameters

outputFolder string
The output folder for the documentation files.
options OutputOptions optional
The options for output generation, or null to use default options.

Exceptions

ArgumentNullException
Thrown when outputFolder is null.