FME Server .NET API

IFMESecurityManager.GetUserAccount Method 

Gets the specified user account.

[Visual Basic]
Function GetUserAccount( _
   ByVal userName As String _
) As Safe.FMEServer.API.Security.IFMEUserAccount
[C#]
IFMEUserAccount GetUserAccount(
   string userName
);

Parameters

userName
the unique name that identifies the user account

Return Value

a user account. If no user account found for specified userName, then null is returned.

Exceptions

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

See Also

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