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
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
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)