Click or drag to resize
TaxClassInfoProviderGetTaxClassInfoInternal Method
Returns a tax class with the specified code name on the specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual TaxClassInfo GetTaxClassInfoInternal(
	string className,
	string siteName
)

Parameters

className
Type: SystemString
Code name of the tax class.
siteName
Type: SystemString
Name of the site with the tax class.

Return Value

Type: TaxClassInfo
Tax class object with the name.
See Also