| 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
)
<ObsoleteAttribute("Use DetailService.GetDetails instead.")>
Public Shared Function GetDetails (
prod As Product,
detailType As String
) As IEnumerable(Of Detail)
Parameters
- prod
- Type: Dynamicweb.Ecommerce.ProductsProduct
- detailType
- Type: SystemString
Return Value
Type:
IEnumerableDetailSee Also