ChocolateyFeatureToggler.

DisableFeature(string, ChocolateyFeatureSettings) Method

Summary

Pins Chocolatey packages using the specified package id and settings.

Syntax

public void DisableFeature(string name, ChocolateyFeatureSettings settings)

Parameters

Name Type Description
name string The name of the feature.
settings ChocolateyFeatureSettings The settings.

Return Value

Type Description
void