Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / KitWeightMode Enumeration
Version
KitWeightMode Enumeration
Enumeration that represents how the weight is modified by a kit item
Syntax
public enum KitWeightMode : System.Enum 
Members
MemberDescription
Inherit The weight of the kit will inherit from the base product
Modify The weight of the base product will be modified using the weight of the kit item
Override The weight of the base product will be overridden by the weight of the kit item
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         CommerceBuilder.Products.KitWeightMode

See Also