Click or drag to resize
ShoppingCartInfoProviderUpdateContentTaxRowInternal Method
Updates tax record specified by contentTaxRow parameter according to given item tax.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
protected virtual void UpdateContentTaxRowInternal(
	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