GenericIssueReportFormatSettings.

FromEmbeddedTemplate(GenericIssueReportTemplate) Method

Summary

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

Syntax

public static GenericIssueReportFormatSettings FromEmbeddedTemplate(GenericIssueReportTemplate template)

Parameters

Name Type Description
template GenericIssueReportTemplate Template to use for generating the report.

Return Value

Type Description
GenericIssueReportFormatSettings Instance of the GenericIssueReportFormatSettings class.
GitHub