| ProductServiceSave Method (Product, String, String, String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void Save(
Product product,
string productId,
string productVariantId,
string productLanguageId
)
Public Sub Save (
product As Product,
productId As String,
productVariantId As String,
productLanguageId As String
)
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- productId
- Type: SystemString
- productVariantId
- Type: SystemString
- productLanguageId
- Type: SystemString
See Also