  | ProductGroupRelationMoveToGroup Method  | 
 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.MoveToGroup' instead")]
public static int MoveToGroup(
	ProductCollection products,
	string toGroupId,
	string fromGroupId
)<ObsoleteAttribute("Use 'Services.ProductGroups.MoveToGroup' instead")>
Public Shared Function MoveToGroup ( 
	products As ProductCollection,
	toGroupId As String,
	fromGroupId As String
) As IntegerParameters
- products
 - Type: Dynamicweb.Ecommerce.ProductsProductCollection
 - toGroupId
 - Type: SystemString
 - fromGroupId
 - Type: SystemString
 
Return Value
Type: 
Int32
See Also