Checks if specified user role exists.
[Visual Basic]
Function UserRoleExists( _
ByVal name As String _
) As Boolean
true if user role exists, otherwise false if user role 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