DepartmentTaxClassInfoProviderDeleteDepartmentTaxClassInfo Method |
Deletes relationship between specified department and tax class.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void DeleteDepartmentTaxClassInfo(
DepartmentTaxClassInfo infoObj
)
Parameters
- infoObj
- Type: CMS.EcommerceDepartmentTaxClassInfo
Department-tax class relationship to be deleted
See Also