| ProductRelatedGroup Constructor (String, Language) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("This method is no longer used.")]
public ProductRelatedGroup(
string id,
Language language
)
<ObsoleteAttribute("This method is no longer used.")>
Public Sub New (
id As String,
language As Language
)
Parameters
- id
- Type: SystemString
- language
- Type: Dynamicweb.Ecommerce.InternationalLanguage
See Also