ChocolateySources.

DisableSource(string, ChocolateySourcesSettings) Method

Summary

Disable specified Chocolatey package source.

Syntax

public void DisableSource(string name, ChocolateySourcesSettings settings)

Parameters

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

Return Value

Type Description
void