ShoppingCartInfoProvider GetContentTaxRowInternal Method Kentico 8.0 API Reference
Returns row with specified tax class ID from given taxes table. Null is returned when tax not found.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

contentTaxesTable
Type: OnlineSystem.Data DataTable
Table with shopping cart content taxes
taxClassId
Type: OnlineSystem Int32
ID of the tax class to look for

Return Value

Type: OnlineDataRow
See Also