Removes the specified user account.
[Visual Basic]
Function RemoveUserAccount( _
ByVal userName As String _
) As Boolean
true if user account existed and was removed, otherwise false if user account did not exist
| Exception Type | Condition |
|---|---|
| Safe.FMEServer.API.FMEServerException | if a FME Repository exception occurred |
IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace