This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.LibMan.
Summary
Uninstalls a client side library by name.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan .Uninstall - Containing Type
- Lib
Man Uninstall Extensions
Syntax
public static LibManUninstallSettings SetLibrary(this LibManUninstallSettings settings, string libraryName)
Parameters
Name | Type | Description |
---|---|---|
settings | Lib |
The settings. |
libraryName | string | Name of the client side library. e.g - jquery. |
Return Value
Type | Description |
---|---|
Lib |
The settings instance with Library set to libraryName. |