Click or drag to resize
BundleInventoryTypeEnum Enumeration
Inventory removal options for bundle products.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public enum BundleInventoryTypeEnum
Members
  Member nameValueDescription
RemoveBundle0 Remove only bundle itself from inventory.
RemoveProducts1 Remove only bundle items from inventory.
RemoveBundleAndProducts2 Remove both bundle and bundle items from inventory.
See Also