  | DetailServiceGetDetails Method (Product, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic IEnumerable<Detail> GetDetails(
	Product product,
	string detailType,
	bool excludeDefaultImage
)
Public Function GetDetails ( 
	product As Product,
	detailType As String,
	excludeDefaultImage As Boolean
) As IEnumerable(Of Detail)
Parameters
- product
 - Type: Dynamicweb.Ecommerce.ProductsProduct
 - detailType
 - Type: SystemString
 - excludeDefaultImage
 - Type: SystemBoolean
 
Return Value
Type: 
IEnumerableDetail
See Also