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 the content
of a template file.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Containing Type
- Generic
Issue Report Format Settings
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 |
---|---|
Generic |
Instance of the GenericIssueReportFormatSettings class. |