Click or drag to resize
Infosoft Logo

UserServiceUserUpdate Method

This operation modifies one or more data fields on an existing user. The user object in the request message must contain a valid User_Id, an email address (which isn't already in use by a different user), a name, and a password. Any of these fields may differ from what's stored in the database.

Namespace: Infosoft.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserUpdateResponse UserUpdate(
	UserUpdateRequest request
)

Parameters

request  UserUpdateRequest
A request message object, containing a user object.

Return Value

UserUpdateResponse
A response message object, containing a user object will all fields updated.

Implements

IUserServiceContractUserUpdate(UserUpdateRequest)
See Also