Creates a config value that returns
true if the settings contains all the specified keys.
- Namespace
- Statiq
.Common - Containing Type
- Config
Syntax
public static Config<bool> ContainsSettings(params string[] keys)
Parameters
| Name | Type | Description |
|---|---|---|
| keys | string[] | The keys to check. |
Return Value
| Type | Description |
|---|---|
| Config |
A config object. |