| ShoppingCartInfoProviderGetContentTaxRowInternal Method  | 
            Returns row with specified tax class ID from given taxes table. Null is returned when tax not found.
            
 
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntaxprotected virtual DataRow GetContentTaxRowInternal(
	DataTable contentTaxesTable,
	int taxClassId
)
Parameters
- contentTaxesTable
 - Type: System.DataDataTable
Table with shopping cart content taxes - taxClassId
 - Type: SystemInt32
ID of the tax class to look for 
Return Value
Type: 
DataRow
See Also