IsPackageIncluded(Inedo.Feeds.IPackageIdentifier package, IPackageFilterContext context) 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.Feeds.IPackageIdentifier package, IPackageFilterContext context)

Parameters

package
Type: Inedo.Feeds.IPackageIdentifier

The identifier of the package.

context
Type: IPackageFilterContext

Additional information about the current context.

Returns

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