ConfigDictionary.set

Assign a value at the given path.

class ConfigDictionary
void
set
(
string configPath
,
string value
)

Parameters

configPath string

Path where to assign the value to. If the path does not exist, it will be created.

value string

Value to set at path.

Meta