FME Server .NET API

IFMERepositoryManager.ServiceExists Method 

Checks if specified FME service exists.

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

Parameters

name
The unique name that identifies the FME service

Return Value

true if service exists, otherwise false if service does not exits.

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerException Internal FME Server exception occurred (Nothing in Visual Basic).

See Also

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