FME Server .NET API

IFMERepositoryManager.RepositoryExists Method 

Checks if specified FME repository exists.

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

Parameters

name
the unique name that identifies the FME repository

Return Value

true if repository exists, otherwise false if repository does not exist

Exceptions

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

See Also

IFMERepositoryManager Interface | IFMERepositoryManager Members | Safe.FMEServer.API Namespace