Whether products should appear on the public web site.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public enum ProductWebOption |
| Visual Basic (Declaration) |
|---|
Public Enumeration ProductWebOption |
| Visual C++ |
|---|
public enum class ProductWebOption |
Members
| Member name | Description | |
|---|---|---|
| DoNotShow | Do not display the product on the website. | |
| ViewOnWeb | Display the product, but do not allow it to be added to the cart. | |
| SellOnWeb | Display the product and allow it to be added to the cart/purchased. |