TaxClassInfoProviderGetDepartmentTaxClasses Method |
Returns DataSet with all the tax classes that are assigned to the specified department.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static ObjectQuery<TaxClassInfo> GetDepartmentTaxClasses(
int departmentId
)
Parameters
- departmentId
- Type: SystemInt32
Department ID
Return Value
Type:
ObjectQueryTaxClassInfoSee Also