Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Types Namespace / OptionSortBehavior Enumeration
In This Topic
    OptionSortBehavior Enumeration
    In This Topic
    Used to request different sorting of the options collection for a product
    Syntax
    public enum OptionSortBehavior : System.Enum 
    Members
    MemberDescription
    Display Sorts options according to their merchant defined display order
    Grid Sorts options according to their grid position
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Types.OptionSortBehavior

    See Also