Click or drag to resize
DepartmentInfoProviderGetDepartments Method
Returns the query for all departments.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<DepartmentInfo> GetDepartments()

Return Value

Type: ObjectQueryDepartmentInfo
See Also