IPackageIsDependentOn Method |
Indicates if this package depends on pPackage.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxbool 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
false
See Also