| ProductServiceUpdateDefaultVariantId Method |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public int UpdateDefaultVariantId(
Product product,
string variantComboId
)
Public Function UpdateDefaultVariantId (
product As Product,
variantComboId As String
) As Integer
Parameters
- product
- Type: Dynamicweb.Ecommerce.ProductsProduct
- variantComboId
- Type: SystemString
Return Value
Type:
Int32See Also