public enum OptionCountBehavior : System.Enum
public enum OptionCountBehavior : System.Enum
Member | Description |
---|---|
ActualCount | The actual number of valid options. |
Fixed | Exactly the number of options supported by the database. |
Minimum | At least the number supported by the database, more if available. |
System.Object
System.ValueType
System.Enum
CommerceBuilder.Products.OptionCountBehavior