InedoSDK Reference
Version:

ProGetFeedInfo(ProGetFeedType Type, string Name, string EndpointUrl, string BrowseUrl, bool CanPublish) Constructor

Contains information about a feed in ProGet.

Syntax

public ProGetFeedInfo(ProGetFeedType Type, string Name, string EndpointUrl, string BrowseUrl, bool CanPublish)

Parameters

Type
Type: ProGetFeedType

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.