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

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

Return Value

Type: ObjectQuery<DepartmentInfo>
See Also