| TaxSettingGetTaxSettingById Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Products.Taxes
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.Taxes.GetTaxSettingById(Integer) instead")]
public static TaxSetting GetTaxSettingById(
int settingsId
)
<ObsoleteAttribute("Use Services.Taxes.GetTaxSettingById(Integer) instead")>
Public Shared Function GetTaxSettingById (
settingsId As Integer
) As TaxSetting
Parameters
- settingsId
- Type: SystemInt32
Return Value
Type:
TaxSettingSee Also