Click or drag to resize

IUCServiceLoginChange Method

Change Login Id for Member Contact

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
bool LoginChange(
	string oldUserName,
	string newUserName,
	string password
)

Parameters

oldUserName  String
Current Login Id
newUserName  String
New Login Id
password  String
Current Password

Return Value

Boolean
Remarks
LS Nav WS1: MM_LOGIN_CHANGE
See Also