  | Productget_Details Method  | 
 Note: This API is now obsolete.
 
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax[ObsoleteAttribute("Use Detail.GetDetails instead")]
public IEnumerable<Detail> get_Details(
	string typeValue
)<ObsoleteAttribute("Use Detail.GetDetails instead")>
Public Function get_Details ( 
	typeValue As String
) As IEnumerable(Of Detail)Parameters
- typeValue
 - Type: SystemString
 
Return Value
Type: 
IEnumerableDetail
See Also