clsModGlobal..::..sendFileToTargetServer Method
Sends the file to target server.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool sendFileToTargetServer( string targetServerURL, string filePath, out string sError )
Public Shared Function sendFileToTargetServer ( _ targetServerURL As String, _ filePath As String, _ <OutAttribute> ByRef sError As String _ ) As Boolean
public: static bool^ sendFileToTargetServer( String^ targetServerURL, String^ filePath, [OutAttribute] String^% sError )
Parameters
- targetServerURL
- Type: String
The target server URL.
- filePath
- Type: String
The file path.
- sError
- Type: String%
The s error.