TaxClassInfoProviderGetDepartmentTaxClassesInternal Method |
Returns DataSet with all the taxes that are assigned to the specified department.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual ObjectQuery<TaxClassInfo> GetDepartmentTaxClassesInternal(
int departmentId
)
Parameters
- departmentId
- Type: SystemInt32
Department ID
Return Value
Type:
ObjectQueryTaxClassInfoSee Also