Click or drag to resize
CloneSettingsExcludedBindingTypes Property
Gets or sets the list of binding 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: 10.0.0
Syntax
C#
public List<string> ExcludedBindingTypes { get; set; }

Property Value

Type: ListString
See Also