FME Server .NET API

IFMESecurityManager.AddUserAccount Method 

Adds a user account.

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

Parameters

userAccount
the user account to add. The name of the user account must be unique.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException if a FME Server exception occurred. An exception will also occur if user account with the same user name already exists.

See Also

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