FME Server .NET API

IFMEServerSession.CreateTransformationRequest 

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.

Overload List

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.

IFMETransformationRequest CreateTransformationRequest(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.

IFMETransformationRequest CreateTransformationRequest(string,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.

IFMETransformationRequest CreateTransformationRequest(string,string,IFMEWorkspace);

See Also

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