Click or drag to resize
TaxClassInfoProviderGetDepartmentTaxClasses Method
Returns DataSet with all the tax classes that are assigned to the specified department.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TaxClassInfo> GetDepartmentTaxClasses(
	int departmentId
)

Parameters

departmentId
Type: SystemInt32
Department ID

Return Value

Type: ObjectQueryTaxClassInfo
See Also