ProGetFeedInfo(Inedo.Feeds.FeedType Type, string Name, string EndpointUrl, string BrowseUrl, bool CanPublish) Constructor

Contains information about a feed in ProGet.

Syntax

public ProGetFeedInfo(Inedo.Feeds.FeedType Type, string Name, string EndpointUrl, string BrowseUrl, bool CanPublish)

Parameters

Type
Type: Inedo.Feeds.FeedType

Type of package stored in the feed.

Name
Type: string

Name of the feed.

EndpointUrl
Type: string

API endpoint URL of the feed.

BrowseUrl
Type: string

Browse URL of the feed.

CanPublish
Type: bool

Value indicating whether the current user/token can publish packages to the feed.