Click or drag to resize

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
)

Parameters

optionId
Type: SystemString
propertyId
Type: SystemString
languageId
Type: SystemString
propertyValue
Type: SystemString
See Also