Click or drag to resize
UserDepartmentInfoProviderSetUserDepartmentInfoInternal Method
Sets relationship between specified user and department.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetUserDepartmentInfoInternal(
	UserDepartmentInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceUserDepartmentInfo
User-department relationship to be set
See Also