ProGet SDK Reference
Version:

PackageFilter Class

Represents a filter on local packages.

Inheritance Hierarchy

  • object
    • Inedo.ProGet.Extensibility.PackageFilters.PackageFilter

Syntax

public class PackageFilter

Constructors

Name Description
PackageFilter

Initializes a new instance of the PackageFilter class.

Methods

Name Description
IsPackageIncluded(Inedo.ProGet.Feeds.IPackageIdentifier package)

When implemented in a derived class, returns a value indicating whether the specified package should be included in the list of returned results.