Gets an indication of whether products in this CProductCategory may be sold on the website.

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

Syntax

C#
public bool SellOnWeb { get; }
Visual Basic
Public ReadOnly Property SellOnWeb As Boolean
	Get
Visual C++
public:
property bool SellOnWeb {
	bool get ();
}

Field Value

True if the products may be displayed on the website; false if they should not be.

Remarks

This is the default for all products in this category but it may be overridden on individual products within the category. This is just a simpler method of reading the WebOption property when checking to see if products can be shown on a website.

See Also