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
Directory into which all temporary files are extract.
- Assembly
- Cake
.SPCAF .dll - Namespace
- Cake
.SPCAF - Containing Type
- FluentSPCAFSettings
Syntax
public FluentSPCAFSettings WithTempDir(DirectoryPath tempDir)
Parameters
| Name | Type | Description |
|---|---|---|
| tempDir | DirectoryPath | The directory for temporary files. |
Return Value
| Type | Description |
|---|---|
| FluentSPCAFSettings | The FluentSPCAFSettings instance for fluent re-use. |
