| VatGroupSave Method (String, String) |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.International
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.VatGroups.Save(vatGroup) instead")]
public void Save(
string id,
string languageId = ""
)
<ObsoleteAttribute("Use Services.VatGroups.Save(vatGroup) instead")>
Public Sub Save (
id As String,
Optional languageId As String = ""
)
Parameters
- id
- Type: SystemString
- languageId (Optional)
- Type: SystemString
See Also