BaseInfo GetDependenciesNamesAuto Method Kentico 8.1 API Reference
Checks the object dependencies. Returns a list of object names which depend on this object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

reportAll
Type: OnlineSystem Boolean
If false, only required dependencies (without default value) are returned, if true required ObjectDependency constraint is ignored
topN
Type: OnlineSystem Int32
Number of dependencies to return, 0 means no limitation

Return Value

Type: OnlineList OnlineString 
See Also