Summary
Configures the engine using the specified config file.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration - Containing Type
- Configurator
Syntax
public bool Configure(FilePath configFilePath)
Parameters
Name | Type | Description |
---|---|---|
configFilePath | FilePath | The path to the config file. |
Return Value
Type | Description |
---|---|
bool | true if the file exists and the engine was configured, false otherwise. |