This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Generic.
Summary
Returns a new instance of the
GenericIssueReportFormatSettings class from a template file on disk.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Containing Type
- Generic
Issue Report Format Settings
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 |
|---|---|
| Generic |
Instance of the GenericIssueReportFormatSettings class. |
