DocFxIssuesSettings.

DocFxIssuesSettings(byte[], 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(byte[] logFileContent, DirectoryPath docRootPath)

Parameters

Name Type Description
logFileContent byte[] Content of 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