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.SPCAF.
Summary
The settings are supplied to set additionally parameter of
ToolSettings.
- Assembly
- Cake
.SPCAF .dll - Namespace
- Cake
.SPCAF - Containing Type
- FluentSPCAFSettings
Syntax
public FluentSPCAFSettings WithSettings(Action<SPCAFSettings> action)
Parameters
| Name | Type | Description |
|---|---|---|
| action | Action |
Action to make additional configuration of the settings. |
Return Value
| Type | Description |
|---|---|
| FluentSPCAFSettings | The FluentSPCAFSettings instance for fluent re-use. |
