ProGet SDK Reference
Version:

IsPackageIncluded(string packageName) Method

Returns a value indicating whether the specified package name is not excluded by filtering.

Syntax

public bool IsPackageIncluded(string packageName)

Parameters

packageName
Type: string

The package name.

Returns

True if package is included; otherwise false.