Click or drag to resize

ItemInfo Constructor (String, String, String)

Initializes a new instance of the ItemInfo class

Namespace:  Dynamicweb.Ecommerce.Extensibility.Controls
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public ItemInfo(
	string type,
	string itemId,
	string text
)

Parameters

type
Type: SystemString
itemId
Type: SystemString
text
Type: SystemString
See Also