Click or drag to resize

DetailGetDetails Method (Product, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use DetailService.GetDetails instead.")]
public static IEnumerable<Detail> GetDetails(
	Product prod,
	string detailType
)

Parameters

prod
Type: Dynamicweb.Ecommerce.ProductsProduct
detailType
Type: SystemString

Return Value

Type: IEnumerableDetail
See Also