ShoppingCartInfoProviderUpdateContentTaxRow Method |
Updates tax record specified by contentTaxRow parameter according to given item tax.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected static void UpdateContentTaxRow(
DataRow contentTaxRow,
DataRow itemTaxRow
)
Parameters
- contentTaxRow
- Type: System.DataDataRow
Content tax row to be be updated. - itemTaxRow
- Type: System.DataDataRow
Item tax row used as source of data.
See Also