FME Server .NET API

IFMENotificationManager.RemoveTopic Method 

Removes the specified topic.

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

Parameters

name
the unique name that identifies the topic

Return Value

true if topic existed and was removed, otherwise false if user account did 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