| ProductServiceMakeFullCopyToGroupWithLanguage Method (String, String, String, String) |
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public string MakeFullCopyToGroupWithLanguage(
string productId,
string groupId,
string productLanguageId,
string newProductId
)
Public Function MakeFullCopyToGroupWithLanguage (
productId As String,
groupId As String,
productLanguageId As String,
newProductId As String
) As String
Parameters
- productId
- Type: SystemString
- groupId
- Type: SystemString
- productLanguageId
- Type: SystemString
- newProductId
- Type: SystemString
Return Value
Type:
StringSee Also