Click or drag to resize
DepartmentTaxClassInfoProviderSetDepartmentTaxClassInfoInternal 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#
protected virtual void SetDepartmentTaxClassInfoInternal(
	DepartmentTaxClassInfo infoObj
)

Parameters

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