Click or drag to resize
DepartmentTaxClassInfoProviderRemoveTaxClassFromDepartment 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 RemoveTaxClassFromDepartment(
	int taxClassId,
	int departmentId
)

Parameters

taxClassId
Type: SystemInt32
Tax class ID
departmentId
Type: SystemInt32
Department ID
See Also