Click or drag to resize
UserDepartmentInfoProviderGetUserDepartments Method
Returns the query for all relationships between users and departments.

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

Return Value

Type: ObjectQueryUserDepartmentInfo
See Also