Gets or sets an indication of whether to use the ImageUrl for products in this CProductCategory

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

Syntax

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

See Also