ChocolateySources.

EnableSource(string, ChocolateySourcesSettings) Method

Summary

Enable specified Chocolatey package source.

Syntax

public void EnableSource(string name, ChocolateySourcesSettings settings)

Parameters

Name Type Description
name string Name of the source.
settings ChocolateySourcesSettings The settings.

Return Value

Type Description
void