Click or drag to resize

ProductServiceGetFieldValue Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public ApplicationResponse<Object> GetFieldValue(
	Product product,
	ProductField field
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
field
Type: Dynamicweb.Ecommerce.ProductsProductField

Return Value

Type: ApplicationResponseObject
See Also