| ProductSave Method (Boolean) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use 'ProductService.Save' instead")]
public void Save(
bool skipExtendedSave
)
<ObsoleteAttribute("Use 'ProductService.Save' instead")>
Public Sub Save (
skipExtendedSave As Boolean
)
Parameters
- skipExtendedSave
- Type: SystemBoolean
See Also