FME Server .NET API

IFMESecurityManager.RemoveUserAccount Method 

Removes the specified user account.

[Visual Basic]
Function RemoveUserAccount( _
   ByVal userName As String _
) As Boolean
[C#]
bool RemoveUserAccount(
   string userName
);

Parameters

userName
the unique user name that identifies the user account

Return Value

true if user account existed and was removed, otherwise false if user account did not exist

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Repository exception occurred

See Also

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