InspectCodeIssuesSettings.

FromContent(string) Method

Summary

Returns a new instance of the InspectCodeIssuesSettings class from the content of a JetBrains Inspect Code log file.

Syntax

public static InspectCodeIssuesSettings FromContent(string logFileContent)

Parameters

Name Type Description
logFileContent string Content of the JetBrains Inspect Code log file.

Return Value

Type Description
InspectCodeIssuesSettings Instance of the InspectCodeIssuesSettings class.
GitHub