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
Adds an option which should be passed to the template.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Containing Type
- Generic
Issue Report Format Settings Extensions
Syntax
public static GenericIssueReportFormatSettings WithOption(this GenericIssueReportFormatSettings settings, Enum key, object value)
Parameters
Name | Type | Description |
---|---|---|
settings | Generic |
The settings. |
key | Enum | Option which should be set. |
value | object | Value of the option. |
Return Value
Type | Description |
---|---|
Generic |
The settings instance with option added to Options . |