Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected virtual InfoObjectRepository ChildDependencies { get; }

Property Value

Type: InfoObjectRepository
See Also