Click or drag to resize
BaseInfoChildDependencyColumns Property

Note: This API is now obsolete.

Name of the columns (separated by semicolon) of object dependencies which should be included into the parent data (for example class data for BizForms).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This property is obsolete, use TypeInfo.ChildDependencyColumns")]
protected string ChildDependencyColumns { get; }

Property Value

Type: String
See Also