Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Reporting Namespace / InventoryLevel Enumeration
In This Topic
    InventoryLevel Enumeration
    In This Topic
    Enumeration that represents the product inventory level
    Syntax
    public enum InventoryLevel : System.Enum 
    Members
    MemberDescription
    Any Ignore inventory level status and load all
    LowStock Products with low inventory level status
    OutOfStock Product which are Out of stock
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Reporting.InventoryLevel

    See Also