DeletePackageAsync(string packageType, string packageName) Method

Deletes the record of the specified package on the server in the current context. It is not an error to delete a package that does not exist.

Syntax

public abstract System.Threading.Tasks.Task DeletePackageAsync(string packageType, string packageName)

Parameters

packageType
Type: string

The type of the package.

packageName
Type: string

The name of the package.

Exceptions

System.ArgumentNullException

packageType is null (Nothing in Visual Basic) or empty or packageName is null (Nothing in Visual Basic) or empty.