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