ProGet SDK Reference
Version:

IsPackageIncluded(Inedo.ProGet.Feeds.IPackageIdentifier package) Method

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

Syntax

public abstract bool IsPackageIncluded(Inedo.ProGet.Feeds.IPackageIdentifier package)

Parameters

package
Type: Inedo.ProGet.Feeds.IPackageIdentifier

The identifier of the package.

Returns

True if package should be inlcluded in the results; false to exclude the package.