ProGet SDK Reference
Version:

DeleteAsync(string path) Method

Deletes a file in the package store.

Syntax

protected abstract System.Threading.Tasks.Task DeleteAsync(string path)

Parameters

path
Type: string

The path of the file to delete.

Exceptions

System.ArgumentNullException

path is null (Nothing in Visual Basic) or empty.