Click or drag to resize

ProductMakeFullCopyToGroupWithLanguage Method (String, String, String, String)

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Products
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
[ObsoleteAttribute("Use 'ProductService.MakeFullCopyToGroupWithLanguage' instead")]
public static string MakeFullCopyToGroupWithLanguage(
	string productId,
	string groupId,
	string productLanguageId,
	string newProductId
)

Parameters

productId
Type: SystemString
groupId
Type: SystemString
productLanguageId
Type: SystemString
newProductId
Type: SystemString

Return Value

Type: String
See Also