Click or drag to resize
UserDepartmentInfoProviderRemoveUserFromDepartment Method
Deletes relationship between specified user and department.

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

Parameters

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