ChocolateyApiKeySetter.

Set(string, ChocolateyApiKeySettings) Method

Summary

Pins Chocolatey packages using the specified package id and settings.

Syntax

public void Set(string source, ChocolateyApiKeySettings settings)

Parameters

Name Type Description
source string The Server URL where the API key is valid.
settings ChocolateyApiKeySettings The settings.

Return Value

Type Description
void