FME Server .NET API

IFMENotificationManager.TopicExists Method 

Checks if specified topic exists.

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

Parameters

name
the unique name that identifies the topic

Return Value

true if topic exists, otherwise false if topic 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