Click or drag to resize

IPackageIsDependentOn Method

Indicates if this package depends on pPackage.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
bool IsDependentOn(
	IPackage pPackage,
	bool recursive
)

Parameters

pPackage
Type: PDTec.IceNet.Core.ModelIPackage
The package to be tested against
recursive
Type: SystemBoolean
If recursive is set to true, indirect depenency is taken into acount. Otherwise only direct dependency is indicated.

Return Value

Type: Boolean
true if this package depends on pPackage, otherwise false
See Also