GenericIssueReportFormatSettings.

FromFilePath(FilePath) Method

Summary

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

Syntax

public static GenericIssueReportFormatSettings FromFilePath(FilePath templatePath)

Parameters

Name Type Description
templatePath FilePath Path to the template to use for generating the report.

Return Value

Type Description
GenericIssueReportFormatSettings Instance of the GenericIssueReportFormatSettings class.
GitHub