FME Server .NET API

IFMENotificationManager.ConfigurationExists Method 

Checks if specified configuration exists.

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

Parameters

name
the unique name that identifies the configuration

Return Value

true if subscriber configuration exists, otherwise false if subscriber configuration does not exist

Exceptions

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

See Also

IFMENotificationManager Interface | IFMENotificationManager Members | Safe.FMEServer.API.Notification Namespace