UserDepartmentInfoProviderGetUserDepartmentInfo Method |
Returns relationship between specified user and department.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static UserDepartmentInfo GetUserDepartmentInfo(
int departmentId,
int userId
)
Parameters
- departmentId
- Type: SystemInt32
Department ID - userId
- Type: SystemInt32
User ID
Return Value
Type:
UserDepartmentInfoSee Also