ChocolateyConfigSetter.

Set(string, string, ChocolateyConfigSettings) Method

Summary

Sets Chocolatey configuration parameters using the settings.

Syntax

public void Set(string name, string value, ChocolateyConfigSettings settings)

Parameters

Name Type Description
name string The name of the config parameter.
value string The value to assign to the parameter.
settings ChocolateyConfigSettings The settings.

Return Value

Type Description
void