Click or drag to resize
DepartmentTaxClassInfoProviderDeleteDepartmentTaxClassInfo Method
Deletes relationship between specified department and tax class.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void DeleteDepartmentTaxClassInfo(
	DepartmentTaxClassInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceDepartmentTaxClassInfo
Department-tax class relationship to be deleted
See Also