FME Server .NET API

IFMESecurityManager.UserTokenExists Method 

Checks if token exists for specified user.

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

Parameters

userName
the user name

Return Value

true if user token exists, otherwise false

Exceptions

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

See Also

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