  | ProductSave Method (String, String, String, Boolean) | 
 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.Save' instead")]
public void Save(
	string productId,
	string productVariantId,
	string productLanguageId,
	bool skipExtendedSave
)<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<BrowsableAttribute(false)>
<ObsoleteAttribute("Use 'ProductService.Save' instead")>
Public Sub Save ( 
	productId As String,
	productVariantId As String,
	productLanguageId As String,
	skipExtendedSave As Boolean
)Parameters
- productId
 - Type: SystemString
 - productVariantId
 - Type: SystemString
 - productLanguageId
 - Type: SystemString
 - skipExtendedSave
 - Type: SystemBoolean
 
See Also