| ProductRelatedServiceGetRelations Method (String, String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public IEnumerable<ProductRelated> GetRelations(
string productId,
string relatedGroupId
)
Public Function GetRelations (
productId As String,
relatedGroupId As String
) As IEnumerable(Of ProductRelated)
Parameters
- productId
- Type: SystemString
- relatedGroupId
- Type: SystemString
Return Value
Type:
IEnumerableProductRelatedSee Also