Summary
Uninstalls Chocolatey packages using the specified package id and settings.
- Namespace
- Cake
.Common .Tools .Chocolatey .Uninstall - Containing Type
- Chocolatey
Uninstaller
Syntax
public void Uninstall(IEnumerable<string> packageIds, ChocolateyUninstallSettings settings)
Parameters
Name | Type | Description |
---|---|---|
packageIds | IEnumerable |
List of package ids to uninstall. |
settings | Chocolatey |
The settings. |
Return Value
Type | Description |
---|---|
void |