TaxClassInfoProviderDeleteTaxClassInfo Method (Int32) |
Deletes a tax class with the specified ID.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static void DeleteTaxClassInfo(
int classId
)
Parameters
- classId
- Type: SystemInt32
ID of the tax class that is deleted.
See Also