Click or drag to resize

ProductCategoryFieldGroupValueServiceSaveGroupValues Method

Namespace:  Dynamicweb.Ecommerce.Products.Categories
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public void SaveGroupValues(
	string groupId,
	string languageId,
	Dictionary<string, FieldValueCollection> categoryFieldValues
)

Parameters

groupId
Type: SystemString
languageId
Type: SystemString
categoryFieldValues
Type: System.Collections.GenericDictionaryString, FieldValueCollection
See Also