Click or drag to resize

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
)

Parameters

products
Type: Dynamicweb.Ecommerce.ProductsProductCollection
toGroupId
Type: SystemString
fromGroupId
Type: SystemString

Return Value

Type: Int32
See Also