Click or drag to resize
DefaultDataSettingsChildDependencies Property
List of child dependencies for population of child count column(s) upon default data retrieval. The child dependencies must contain no loops except direct reference to object type itself.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public List<DefaultDataChildDependency> ChildDependencies { get; set; }

Property Value

Type: ListDefaultDataChildDependency
See Also