FME Server .NET API

IFMESecurityManager.UserAccountExists Method 

Checks if specified user account exists.

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

Parameters

name
the unique name that identifies the user account

Return Value

true if user account exists, otherwise false if user account does 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