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
outputFolderstring- The output folder for the documentation files.
optionsOutputOptions optional- The options for output generation, or
nullto use default options.
Exceptions
- ArgumentNullException
- Thrown when
outputFolderisnull.
