TaxClassInfoProviderGetTaxClassInfo Method (Int32) |
Returns a tax class with the specified ID.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static TaxClassInfo GetTaxClassInfo(
int classId
)
Parameters
- classId
- Type: SystemInt32
ID of the tax class.
Return Value
Type:
TaxClassInfoTax class object with the ID.
See Also