FME Server .NET API

IFMETransformationRequest.GetNMDirective Method 

Gets the value assigned to a Notification Manager directive.

[Visual Basic]
Function GetNMDirective( _
   ByVal directiveName As String _
) As String
[C#]
string GetNMDirective(
   string directiveName
);

Parameters

directiveName
The name of a Notification Manager directive

Return Value

The value that would currently be used for the directive if this transformation was run, or null if no value exists for that directive.

See Also

IFMETransformationRequest Interface | IFMETransformationRequest Members | Safe.FMEServer.API Namespace