ContainsAnySettings(string[]) Method
Creates a config value that returns true if the settings contains any of the specified keys.
Namespace
Statiq.Common
Containing Type
Config

Syntax

public static Config<bool> ContainsAnySettings(params string[] keys)

Parameters

Name Type Description
keys string[] The keys to check.

Return Value

Type Description
Config<bool> A config object.