Contains information about a feed in ProGet.
Name | Description | |
---|---|---|
ProGetFeedInfo(Inedo.Feeds.FeedType Type, string Name, string EndpointUrl, string BrowseUrl, bool CanPublish) |
Contains information about a feed in ProGet. |
Name | Description | |
---|---|---|
BrowseUrl |
Browse URL of the feed. |
|
CanPublish |
Value indicating whether the current user/token can publish packages to the feed. |
|
EndpointUrl |
API endpoint URL of the feed. |
|
Name |
Name of the feed. |
|
Type |
Type of package stored in the feed. |