ProGet SDK Reference
Version:

GetFeed(string feedName) Method

Gets the feed with the specified name.

Syntax

public static Feed GetFeed(string feedName)

Parameters

feedName
Type: string

The name of the feed.

Returns

The feed with the specified name, or null (Nothing in Visual Basic) if the feed was not found.