public enum CrossSellState : System.Enum
public enum CrossSellState : System.Enum
| Member | Description |
|---|---|
| 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. |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Products.CrossSellState