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 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:
Booleantrue if this package depends on
pPackage, otherwise
falseSee Also