Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / CrossSellState Enumeration
In This Topic
    CrossSellState Enumeration
    In This Topic
    Enumeration of cross sell state.
    Syntax
    public enum CrossSellState : System.Enum 
    Members
    MemberDescription
    CrossLinked Item x and item y are linked to each other.
    Linked Item x is linked to item y.
    LinkedFrom Item y links to item x.
    LinksTo Item x links to item y.
    None The cross sell link is not known.
    Unlinked Item x and item y are not linked to each other.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Products.CrossSellState

    See Also