Gets or sets the APPLY_THUMBNAIL field of the CProduct.

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

Syntax

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

See Also