DotNetNuGetDeleter.

Delete(string, string, DotNetNuGetDeleteSettings) Method

Summary

Delete the NuGet package using the specified name, version and settings.

Syntax

public void Delete(string packageName, string version, DotNetNuGetDeleteSettings settings)

Parameters

Name Type Description
packageName string The name of the target package.
version string Version of the package.
settings DotNetNuGetDeleteSettings The settings.

Return Value

Type Description
void