| 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
)
Public Sub New (
type As String,
itemId As String,
text As String
)
Parameters
- type
- Type: SystemString
- itemId
- Type: SystemString
- text
- Type: SystemString
See Also