ProGet SDK Reference
Version:

ICommonFeed Interface

Implemented by feeds that support common package operations.

Inheritance Hierarchy

  • Inedo.ProGet.Feeds.ICommonFeed

Syntax

public interface ICommonFeed

Properties

Name Description
PackageFileExtension

Gets the file extension (including the dot) for packages used by the feed.

Methods

Name Description
InstallPackageAsync(System.IO.Stream packageStream, InstallPackageOptions options)

Installs the package from the specified stream to the feed.