| 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
)
Public Function GetDetails (
detailLanguageId As String,
detailProductId As String,
detailVariantId As String,
detailType As String
) As IEnumerable(Of Detail)
Parameters
- detailLanguageId
- Type: SystemString
- detailProductId
- Type: SystemString
- detailVariantId
- Type: SystemString
- detailType
- Type: SystemString
Return Value
Type:
IEnumerableDetailSee Also