| ShopItemIdentity Constructor (String, String, String) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public ShopItemIdentity(
string languageID,
string id,
string suffix
)
Public Sub New (
languageID As String,
id As String,
suffix As String
)
Parameters
- languageID
- Type: SystemString
Language ID. - id
- Type: SystemString
Item ID. - suffix
- Type: SystemString
Additional suffix.
See Also