Click or drag to resize

DetailServiceGetDetails Method (Product, String, Boolean)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Detail> GetDetails(
	Product product,
	string detailType,
	bool excludeDefaultImage
)

Parameters

product
Type: Dynamicweb.Ecommerce.ProductsProduct
detailType
Type: SystemString
excludeDefaultImage
Type: SystemBoolean

Return Value

Type: IEnumerableDetail
See Also