Click or drag to resize
TaxClassInfoProviderGetTaxClassesInternal Method
Returns all tax classes on the specified site.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual ObjectQuery<TaxClassInfo> GetTaxClassesInternal(
	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