FME Server .NET API

IFMESecurityManager.UpdateUserAccount Method 

Updates an existing user account.

[Visual Basic]
Sub UpdateUserAccount( _
   ByVal userAccount As Safe.FMEServer.API.Security.IFMEUserAccount _
)
[C#]
void UpdateUserAccount(
   IFMEUserAccount userAccount
);

Parameters

userAccount
the user account to update

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if the user account to update does not already exist.

See Also

IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace