UserDepartmentInfoProviderAddUserToDepartment Method |
Sets relationship between specified user and department.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax public static void AddUserToDepartment(
int departmentId,
int userId
)
Parameters
- departmentId
- Type: SystemInt32
Department ID - userId
- Type: SystemInt32
User ID
See Also