DeleteFileFasiOrdineRitiroMateriale

Description


FTP

FTPPassword InArgument<String> REQUIRED

FTPUrl InArgument<String>

FTPUsername InArgument<String> REQUIRED

RetryCount InArgument<Int32>

Sometimes the activity may go into exception for trivial reasons such as timeout or connection errors. With this parameter it is possible to tell DocsMarshal the number of times it has to perform the connection phase before throwing exception in case of error.

The minimum value of this parameter is 1 while the default value is 2. In the first case the connection will be made only once and if there are errors an exception will be thrown immediately. In the second, it will be executed once and, in case of errors, it will wait 5 seconds and then try again once. At the moment this feature only supports the connection phase in case of errors with code 7 or 200, see the page at this address for more details.

UseSFtp InArgument<Boolean>


Misc

FileName InArgument<String>