FME Server .NET API

IFMETransformationRequest.GetFMEDirectives Method 

Gets all directives that have been set for this transformation.

[Visual Basic]
Function GetFMEDirectives() As System.Collections.Generic.IDictionary`2([System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089),[System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089))
[C#]
0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] GetFMEDirectives();

Return Value

Returns a collection of name-value pairs representing directive names and their corresponding values. This collection may be empty, which indicates that no directives have been set.

See Also

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