| AssortmentKey Constructor |
Namespace:
Dynamicweb.Ecommerce.Assortments
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public AssortmentKey(
string assortmentId,
string languageId
)
Public Sub New (
assortmentId As String,
languageId As String
)
Parameters
- assortmentId
- Type: SystemString
- languageId
- Type: SystemString
See Also