Checks if specified user account exists.
[Visual Basic]
Function UserAccountExists( _
ByVal name As String _
) As Boolean
true if user account exists, otherwise false if user account does not exist
| Exception Type | Condition | 
|---|---|
| Safe.FMEServer.API.FMEServerException | if a FME Repository exception occurred | 
IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace