| ProductRelated Constructor (String, String, 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 Services.ProductRelated.GetProductRelated instead")]
public ProductRelated(
string theProductId,
string theRelatedProductId,
string relatedProductGroupId
)
<ObsoleteAttribute("Use Services.ProductRelated.GetProductRelated instead")>
Public Sub New (
theProductId As String,
theRelatedProductId As String,
relatedProductGroupId As String
)
Parameters
- theProductId
- Type: SystemString
- theRelatedProductId
- Type: SystemString
- relatedProductGroupId
- Type: SystemString
See Also