Click or drag to resize

DetailServiceGetDetails Method (String, String, String, String)

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public IEnumerable<Detail> GetDetails(
	string detailLanguageId,
	string detailProductId,
	string detailVariantId,
	string detailType
)

Parameters

detailLanguageId
Type: SystemString
detailProductId
Type: SystemString
detailVariantId
Type: SystemString
detailType
Type: SystemString

Return Value

Type: IEnumerableDetail
See Also