FME Server .NET API

IFMEJob.Request Property

The original request string.

[Visual Basic]
Property Request As String
[C#]
string Request {get;}

Remarks

Note: If transformation requests were submitted using deprecated methods then getTransformationRequest will return null if the original transformation request was not created from an IFMETransformationRequest object. For those cases getRequest can be used to return the original request string.

See Also

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