  | ProductGroupRelation Constructor (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.ProductGroups.GetProductGroupRelation' instead")]
public ProductGroupRelation(
	string relationProductId,
	string groupId
)<ObsoleteAttribute("Use 'Services.ProductGroups.GetProductGroupRelation' instead")>
Public Sub New ( 
	relationProductId As String,
	groupId As String
)Parameters
- relationProductId
 - Type: SystemString
 - groupId
 - Type: SystemString
 
See Also