ChocolateyPinner.

Pin(string, ChocolateyPinSettings) Method

Summary

Pins Chocolatey packages using the specified package id and settings.

Syntax

public void Pin(string name, ChocolateyPinSettings settings)

Parameters

Name Type Description
name string The name of the package.
settings ChocolateyPinSettings The settings.

Return Value

Type Description
void