LibManUninstaller.

Uninstall(LibManUninstallSettings) Method

Summary

Deletes all files associated with the specified library from the destination in libman.json. Also removes the associated library configuration from libman.json.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan.Uninstall
Containing Type
LibManUninstaller

Syntax

public void Uninstall(LibManUninstallSettings settings)

Parameters

Name Type Description
settings LibManUninstallSettings The settings.

Return Value

Type Description
void