FME Server .NET API

IFMENotificationManager.GetConfiguration Method 

Gets the specified configuration.

[Visual Basic]
Function GetConfiguration( _
   ByVal name As String _
) As Safe.FMEServer.API.Notification.IFMEConfiguration
[C#]
IFMEConfiguration GetConfiguration(
   string name
);

Parameters

name
the unique name that identifies the configuration

Return Value

a configuration. If no configuration found for specified name, then null is returned.

Exceptions

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

See Also

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