BaseInfoGeneralizedInfoWrapperCheckDependencies Method |
Checks the object dependencies. Returns true if there is at least one dependency.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public bool CheckDependencies(
bool reportAll = false
)
Parameters
- reportAll (Optional)
- Type: SystemBoolean
If false, only required dependencies (without default value) are checked, if true required ObjectDependency constraint is ignored
Return Value
Type:
BooleanSee Also