MarkdownlintIssuesSettings Class

Summary

graph TD Base0["object"]-->Type Type["MarkdownlintIssuesSettings"] class Type type-node

Syntax

public class MarkdownlintIssuesSettings

Constructors

Name Summary
MarkdownlintIssuesSettings(FilePath) Initializes a new instance of the MarkdownlintIssuesSettings class.
MarkdownlintIssuesSettings(string) Initializes a new instance of the MarkdownlintIssuesSettings class.

Properties

Name Value Summary
LogFileContent string
Gets the content of the log file.

Methods

Name Value Summary
FromContent(string) MarkdownlintIssuesSettings
Returns a new instance of the MarkdownlintIssuesSettings class from the content of a Markdownlint log file.
static
FromFilePath(FilePath) MarkdownlintIssuesSettings
Returns a new instance of the MarkdownlintIssuesSettings class from a log file on disk.
static

Extension Methods

Name Value Summary
NotNull<MarkdownlintIssuesSettings>(string) void
Throws an exception if the specified parameter's value is null.
GitHub