Click or drag to resize
TaxClassInfoProviderGetTaxClasses Method (Int32)
Returns all tax classes on the specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<TaxClassInfo> GetTaxClasses(
	int siteId
)

Parameters

siteId
Type: SystemInt32
ID of the site with the tax classes.

Return Value

Type: ObjectQueryTaxClassInfo
Site's tax class query.
See Also