DocFxIssuesSettings.

DocFxIssuesSettings(string, DirectoryPath) Constructor

Summary

Initializes a new instance of the DocFxIssuesSettings class.

Syntax

protected DocFxIssuesSettings(string logFileContent, DirectoryPath docRootPath)

Parameters

Name Type Description
logFileContent string Content of the 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
GitHub