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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public List<string> ExcludedBindingTypes { get; set; }
Property Value
Type:
ListStringSee Also