Click or drag to resize

ProductFieldTypeProviderGetProductValue Method (Product, Object, String, DictionaryString, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public virtual Object GetProductValue(
	Product product,
	Object fieldValue,
	string languageId,
	Dictionary<string, string> settings
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
fieldValue
Type: SystemObject
languageId
Type: SystemString
settings
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: Object
See Also