Configurator.

Configure(IFile) Method

Summary

Configures the engine using the specified config file.
Assembly
Wyam.Configuration.dll
Namespace
Wyam.Configuration
Containing Type
Configurator

Syntax

public bool Configure(IFile configFile)

Parameters

Name Type Description
configFile IFile The config file.

Return Value

Type Description
bool true if the file exists and the engine was configured, false otherwise.
GitHub