DocFxIssuesSettings.

FromContent(string, DirectoryPath) Method

Summary

Returns a new instance of the DocFxIssuesSettings class from the content of a DocFx log file.

Syntax

public static DocFxIssuesSettings FromContent(string logFileContent, DirectoryPath docRootPath)

Parameters

Name Type Description
logFileContent string 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
DocFxIssuesSettings Instance of the DocFxIssuesSettings class.
GitHub