Class ProductCategoryFieldGroupValueService
- Namespace
- Dynamicweb.Ecommerce.Products.Categories
- Assembly
- Dynamicweb.Ecommerce.dll
public class ProductCategoryFieldGroupValueService : ICacheStorage<string, IDictionary<TranslatedProductCategoryFieldKey, object>>, ICacheStorage<string>, ICacheStorage
- Inheritance
-
Product
Category Field Group Value Service
- Implements
- Inherited Members
Methods
ClearCache()
Resets all keys to the default value for objects stored in the object cache
ClearCache(IEnumerable<string>)
Resets the specified keys to the default value for objects stored in the object cache
Parameters
keys
IEnumerable<string>Keys to reset
ClearCache(string)
Resets the specified key to the default value for objects stored in the object cache
Parameters
key
stringKey to reset
SaveGroupValues(string, string, Dictionary<string, FieldValueCollection>)
public void SaveGroupValues(string groupId, string languageId, Dictionary<string, FieldValueCollection> categoryFieldValues)
Parameters
groupId
stringlanguageId
stringcategoryFieldValues
Dictionary<string, FieldValue >Collection