Checks the object dependencies. Returns a list of object names which depend on this object. First tries to execute checkdependencies query, if not found, an automatic process is executed.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- reportAll (Optional)
- Type: System Boolean
If false, only required dependencies (without default value) are returned, if true required ObjectDependency constraint is ignored
- topN (Optional)
- Type: System Int32
Number of dependencies to return, 0 means no limitation
Return Value
Type: List StringSee Also