InedoSDK Reference
Version:

ProGetFeedInfo Class

Contains information about a feed in ProGet.

Inheritance Hierarchy

  • object
    • Inedo.ProGet.ProGetFeedInfo

Syntax

public sealed class ProGetFeedInfo : IEquatable<T>

Constructors

Name Description
ProGetFeedInfo(ProGetFeedType 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.