| VariantGroupServiceSaveValue Method |
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public void SaveValue(
string optionId,
string propertyId,
string languageId,
string propertyValue
)
Public Sub SaveValue (
optionId As String,
propertyId As String,
languageId As String,
propertyValue As String
)
Parameters
- optionId
- Type: SystemString
- propertyId
- Type: SystemString
- languageId
- Type: SystemString
- propertyValue
- Type: SystemString
See Also