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