DocFxIssuesSettings.

FromFilePath(FilePath, DirectoryPath) Method

Summary

Returns a new instance of the DocFxIssuesSettings class from a log file on disk.

Syntax

public static DocFxIssuesSettings FromFilePath(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
DocFxIssuesSettings Instance of the DocFxIssuesSettings class.
GitHub