Version:
ProGetFeedInfo Class
Contains information about a feed in ProGet.
Inheritance Hierarchy
- object
- Inedo.ProGet.ProGetFeedInfo
Syntax
public
sealed
class
ProGetFeedInfo : IEquatable<T>
Properties
|
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.
|