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 FromEmbeddedTemplate(GenericIssueReportTemplate template)
Parameters
Name | Type | Description |
---|---|---|
template | Generic |
Template to use for generating the report. |
Return Value
Type | Description |
---|---|
Generic |
Instance of the GenericIssueReportFormatSettings class. |