FME Server .NET API

IFMEServerSession.CreateTransformationRequest Method (String, String)

Creates a new IFMETransformationRequest. No validation is performed on this method's parameters; thus, if the specified keyword or path does not exist, this will not be discovered until the user attempts to run the transformation.

[Visual Basic]
Function CreateTransformationRequest( _
   ByVal subsectionName As String, _
   ByVal workspacePath As String _
) As Safe.FMEServer.API.IFMETransformationRequest
[C#]
IFMETransformationRequest CreateTransformationRequest(
   string subsectionName,
   string workspacePath
);

Parameters

subsectionName
The name of an FME Server subsection to be used for this request.
workspacePath
The path to a workspace or mapping file, as seen by the FME Server.

Return Value

Returns a new IFMETransformationRequest instance.

See Also

IFMEServerSession Interface | IFMEServerSession Members | Safe.FMEServer.API Namespace | IFMEServerSession.CreateTransformationRequest Overload List