DocFxIssuesSettings.

DocFxIssuesSettings(FilePath, DirectoryPath) Constructor

Summary

Initializes a new instance of the DocFxIssuesSettings class.
Assembly
Cake.Issues.DocFx.dll
Namespace
Cake.Issues.DocFx
Containing Type
DocFxIssuesSettings

Syntax

public DocFxIssuesSettings(FilePath logFilePath, DirectoryPath docRootPath)

Parameters

Name Type Description
logFilePath FilePath Path to the DocFx log file.
docRootPath DirectoryPath Path to the root directory of the DocFx project. Either the full path or the path relative to the repository root.

Return Value

Type Description
void