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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual UserDepartmentInfo GetUserDepartmentInfoInternal(
	int departmentId,
	int userId
)

Parameters

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

Return Value

Type: UserDepartmentInfo
See Also