Summary
Determines whether the specified package has already been added.
- Assembly
- Wyam
.Configuration .dll - Namespace
- Wyam
.Configuration .NuGet - Containing Type
- PackageInstaller
Syntax
public bool ContainsPackage(string packageId)
Parameters
| Name | Type | Description |
|---|---|---|
| packageId | string | The package identifier. |
Return Value
| Type | Description |
|---|---|
| bool |
