DotNetNuGetSourcer.

ListSource(string, DotNetNuGetSourceSettings) Method

Summary

Lists the NuGet sources.

Syntax

public string ListSource(string format, DotNetNuGetSourceSettings settings)

Parameters

Name Type Description
format string The output format. Accepts two values: detailed (the default) and short.
settings DotNetNuGetSourceSettings The settings.

Return Value

Type Description
string The NuGet sources.