Click or drag to resize

GroupServiceMoveToGroup Method

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public int MoveToGroup(
	IEnumerable<Product> products,
	string toGroupId,
	string fromGroupId
)

Parameters

products
Type: System.Collections.GenericIEnumerableProduct
toGroupId
Type: SystemString
fromGroupId
Type: SystemString

Return Value

Type: Int32
See Also