| VariantGroupOptionPropertyValueSaveValue Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Variants
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use VariantGroupService instead.")]
public static void SaveValue(
string optionId,
string propertyId,
string languageId,
string propertyValue
)
<ObsoleteAttribute("Use VariantGroupService instead.")>
Public Shared 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