Table of Contents

Class VariantGroupOptionPropertyValue

Namespace
Dynamicweb.Ecommerce.Variants
Assembly
Dynamicweb.Ecommerce.dll
A variant group properties values static class.
[Obsolete("No longer used.")]
public sealed class VariantGroupOptionPropertyValue
Inheritance
VariantGroupOptionPropertyValue
Inherited Members

Methods

ClearCache()

Clears variant group property values cache.
[Obsolete("Use VariantGroupService instead.")]
public static void ClearCache()

DeleteOptionValues(string)

Delete variant group property values for variant option
[Obsolete("Use VariantGroupService instead.")]
public static void DeleteOptionValues(string optionId)

Parameters

optionId string

DeleteOptionValues(string, string)

Delete variant group property values for variant option and language
[Obsolete("Use VariantGroupService instead.")]
public static void DeleteOptionValues(string optionId, string languageId)

Parameters

optionId string
languageId string

GetValue(string, string, string)

Gets variant group property value from the option
[Obsolete("Use VariantGroupService instead.")]
public static string GetValue(string optionId, string propertyId, string languageId)

Parameters

optionId string
propertyId string
languageId string

Returns

string
The variant group property value

SaveValue(string, string, string, string)

Saves group property value
[Obsolete("Use VariantGroupService instead.")]
public static void SaveValue(string optionId, string propertyId, string languageId, string propertyValue)

Parameters

optionId string
The option id
propertyId string
The property id
languageId string
The language id
propertyValue string
The poperty value
To top