using System; using System.Collections; using CMS.FormControls; using CMS.SettingsProvider; using CMS.Ecommerce; using CMS.UIControls; public partial class CMSModules_Ecommerce_FormControls_Cloning_Ecommerce_SKUSettings : CloneSettingsControl { #region "Properties" /// /// Hide the control /// public override bool DisplayControl { get { return false; } } /// /// Excluded other binding types. /// public override string ExcludedOtherBindingTypes { get { return ECommerceObjectType.BUNDLE + ";" + ECommerceObjectType.SKUDISCOUNTCOUPON + ";" + ECommerceObjectType.WISHLIST; } } #endregion }