BaseInfoGetDependenciesNamesAuto Method |
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.2.23
Syntax protected virtual List<string> GetDependenciesNamesAuto(
bool reportAll,
int topN
)
Parameters
- reportAll
- Type: SystemBoolean
If false, only required dependencies (without default value) are returned, if true required ObjectDependency constraint is ignored - topN
- Type: SystemInt32
Number of dependencies to return, 0 means no limitation
Return Value
Type:
ListStringSee Also