| ProductRelatedGroupDelete 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 ProductRelatedGroupService.Delete instead.")]
public void Delete(
string id,
string langId
)
<ObsoleteAttribute("Use ProductRelatedGroupService.Delete instead.")>
Public Sub Delete (
id As String,
langId As String
)
Parameters
- id
- Type: SystemString
- langId
- Type: SystemString
See Also