ProGetFeedInfo Class

Contains information about a feed in ProGet.

Inheritance Hierarchy

Syntax

public sealed class ProGetFeedInfo : IEquatable<T>

Constructors

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

Contains information about a feed in ProGet.

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.

Methods

Name Description
<Clone>$
Deconstruct(Inedo.Feeds.FeedType& Type, System.String& Name, System.String& EndpointUrl, System.String& BrowseUrl, System.Boolean& CanPublish)
Equals(ProGetFeedInfo other)
GetHashCode
ToString