GenericIssueReportFormatSettings.

FromContent(string) Method

Summary

Returns a new instance of the GenericIssueReportFormatSettings class from the content of a template file.

Syntax

public static GenericIssueReportFormatSettings FromContent(string templateContent)

Parameters

Name Type Description
templateContent string Content of the template to use for generating the report.

Return Value

Type Description
GenericIssueReportFormatSettings Instance of the GenericIssueReportFormatSettings class.
GitHub