Click or drag to resize
TaxClassInfoProvider.GetSKUTaxClassesInternal Method
Returns DataSet with all the taxes that are assigned to the specified product.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual ObjectQuery<TaxClassInfo> GetSKUTaxClassesInternal(
	int skuId
)

Parameters

skuId
Type: System.Int32
SKU ID

Return Value

Type: ObjectQuery<TaxClassInfo>
See Also