Click or drag to resize
CloneSettingsExcludedChildTypes Property
Gets or sets the list of child object types which should not be cloned, if null than all child object types are cloned.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public List<string> ExcludedChildTypes { get; set; }

Property Value

Type: ListString
See Also