Click or drag to resize
UserDepartmentInfoProviderGetUserDepartmentInfo Method
Returns relationship between specified user and department.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static UserDepartmentInfo GetUserDepartmentInfo(
	int departmentId,
	int userId
)

Parameters

departmentId
Type: SystemInt32
Department ID
userId
Type: SystemInt32
User ID

Return Value

Type: UserDepartmentInfo
See Also