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

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

Property Value

Type: ListString
See Also