Click or drag to resize
TaxClassInfoProviderGetDepartmentTaxClassesInternal Method
Returns DataSet with all the taxes that are assigned to the specified department.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<TaxClassInfo> GetDepartmentTaxClassesInternal(
	int departmentId
)

Parameters

departmentId
Type: SystemInt32
Department ID

Return Value

Type: ObjectQueryTaxClassInfo
See Also