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