Click or drag to resize
CloneSettingsExcludedOtherBindingTypes Property
Gets or sets the list of other 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> ExcludedOtherBindingTypes { get; set; }

Property Value

Type: ListString
See Also