Click or drag to resize
DepartmentTaxClassInfoProviderSetDepartmentTaxClassInfo Method
Sets 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 SetDepartmentTaxClassInfo(
	DepartmentTaxClassInfo infoObj
)

Parameters

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