FME Server .NET API

IFMENotificationManager.RemoveConfiguration Method 

Removes the specified configuration.

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

Parameters

name
the unique name that identifies the configuration

Return Value

true if configuration existed and was removed, otherwise false if configuration 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