TaxClassInfoProviderGetTaxClassInfo Method (String, String) |
Returns a tax class with the specified code name on the specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static TaxClassInfo GetTaxClassInfo(
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:
TaxClassInfoTax class object with the name.
See Also