Click or drag to resize
DepartmentTaxClassInfoProviderGetDepartmentTaxClassInfoInternal Method
Returns 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 DepartmentTaxClassInfo GetDepartmentTaxClassInfoInternal(
	int departmentId,
	int taxClassId
)

Parameters

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

Return Value

Type: DepartmentTaxClassInfo
See Also