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

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

Syntax

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

Field Value

True if the products may be displayed on the website; false if it 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 the product can be shown on a website.

See Also