DotNetNuGetSourcer.

HasSource(string, DotNetNuGetSourceSettings) Method

Summary

Determines whether the specified NuGet source exists.

Syntax

public bool HasSource(string name, DotNetNuGetSourceSettings settings)

Parameters

Name Type Description
name string The name of the source.
settings DotNetNuGetSourceSettings The settings.

Return Value

Type Description
bool Whether the specified NuGet source exists.