  | ProductMakeFullCopyToGroupWithLanguage Method (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 string MakeFullCopyToGroupWithLanguage(
	string groupId,
	string productLanguageId,
	string newProductId
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
<ObsoleteAttribute("Use 'ProductService.MakeFullCopyToGroupWithLanguage' instead")>
Public Function MakeFullCopyToGroupWithLanguage ( 
	groupId As String,
	productLanguageId As String,
	newProductId As String
) As StringParameters
- groupId
 - Type: SystemString
 - productLanguageId
 - Type: SystemString
 - newProductId
 - Type: SystemString
 
Return Value
Type: 
String
See Also