ProGetAssetPusher.

DoesAssetExist(string) Method

Summary

Determines if a given asset is published in the Asset Directory.
Assembly
Cake.ProGet.dll
Namespace
Cake.ProGet.Asset
Containing Type
ProGetAssetPusher

Syntax

public bool DoesAssetExist(string assetUri)

Parameters

Name Type Description
assetUri string The URI of the asset.

Return Value

Type Description
bool True, if the asset is found. False otherwise.