InedoSDK Reference
Version:

PackageSourceIdFormat Class

Indicates the format of a PackageSourceId.

Inheritance Hierarchy

  • object
    • System.ValueType
      • System.Enum
        • Inedo.Extensions.PackageSources.PackageSourceIdFormat

Syntax

public sealed class PackageSourceIdFormat : System.Enum

Fields

Name Description
ProGetFeed

Indicates a feed on the default ProGet connection using the feed::<FeedName> syntax.

SecureResource

Indicates a Inedo.Extensibility.SecureResources.SecureResource, which is often a two-part name such as "global::MyResourceName"

Url

Indicates a url, such as one that starts with "http://" or "https://"