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.ProGet.
Summary
Deletes an asset from the Asset Directory.
- Assembly
- Cake
.ProGet .dll - Namespace
- Cake
.ProGet .Asset - Containing Type
- ProGetAssetPusher
Syntax
public bool DeleteAsset(string assetUri)
Parameters
| Name | Type | Description |
|---|---|---|
| assetUri | string | The URI of the asset. |
Return Value
| Type | Description |
|---|---|
| bool | True, if the asset is deleted. False otherwise. |
