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, string key, object value)
Parameters
Name | Type | Description |
---|---|---|
settings | Generic |
The settings. |
key | string | Key of the option. |
value | object | Value of the option. |
Return Value
Type | Description |
---|---|
Generic |
The settings instance with option added to Options . |