TaxClassInfoProviderGetTaxClasses Method (Int32) |
Returns all tax classes on the specified site.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static ObjectQuery<TaxClassInfo> GetTaxClasses(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
ID of the site with the tax classes.
Return Value
Type:
ObjectQueryTaxClassInfoSite's tax class query.
See Also