BaseInfoChildDependencies Property |
Collection of the child dependencies for the given object. These are objects which should be included into the parent data (for example class data for BizForms), but aren't direct child of the object.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxprotected virtual InfoObjectRepository ChildDependencies { get; }
Property Value
Type:
InfoObjectRepository
See Also