Number of attempts to download a file list or files.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("ReconnectAttemptsCount", "5"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setReconnectAttemptsCount(value); value = getFileDownloader("FileDownloaderID").getReconnectAttemptsCount();
Default value is "5".
Time interval between attempts can be configured using the P:FileDownloader.ReconnectTimeOut property.