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