ProGetAssetPusher.

DeleteAsset(string) Method

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.