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.Jekyll.
Summary
Apply option from directory path(s)
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll - Containing Type
- JekyllSettings
Syntax
protected void ApplyOption(ProcessArgumentBuilder args, string optionName, OneOrMoreDirectoryPaths optionValue)
Parameters
Name | Type | Description |
---|---|---|
args | Process |
The argument builder into which the settings should be written. |
optionName | string | The option name. |
optionValue | One |
The directory path(s). |
Return Value
Type | Description |
---|---|
void |