Gets or sets the web options for this product. Options are Don't Show, View, or Sell.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public ProductWebOption WebOption { get; set; }
Visual Basic
Public Property WebOption As ProductWebOption
	Get
	Set
Visual C++
public:
property ProductWebOption WebOption {
	ProductWebOption get ();
	void set (ProductWebOption value);
}

Field Value

One of the values enumerated in ProductWebOption indicating what should be done with this product on a website.

Remarks

This is the default for all products in this category but it may be overridden on individual products within the category.

The ViewOnWeb and SellOnWeb properties can also be read to determine whether the product can be viewed or sold on the web. Those properties are the same as this property but converted to simple booleans for each option.

See Also