[TIBCO.EMS .NET Admin client library 6.3 documentation]

Save changes made to the given UserInfo.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void UpdateUser(
	UserInfo userInfo
)
Public Sub UpdateUser ( _
	userInfo As UserInfo _
)
public:
void UpdateUser(
	UserInfo^ userInfo
)

Parameters

userInfo
Type: TIBCO.EMS.ADMIN..::.UserInfo
The user information to save.

Remarks

This method can only be used to update a user that already exists on the server. To create a new user use the CreateUser(UserInfo) method.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
System..::.ArgumentException if UserInfo object is null.

See Also