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