LibManInstallExtensions.

SetScopedLibrary(LibManInstallSettings, string, string) Method

Summary

Installs a client side library by name and scope.
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan.Install
Containing Type
LibManInstallExtensions

Syntax

public static LibManInstallSettings SetScopedLibrary(this LibManInstallSettings settings, string libraryName, string scope)

Parameters

Name Type Description
settings LibManInstallSettings The settings.
libraryName string Name of the client side library.
scope string Scope of the package.

Return Value

Type Description
LibManInstallSettings The settings instance with Library set to libraryName and scope.