Text string that appears in the download log to indicate that the file was skipped.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("LogFileSkippedText", "Skipped by user"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setLogFileSkippedText(value); value = getFileDownloader("FileDownloaderID").getLogFileSkippedText();
A string value that specifies a text to be displayed in the download log if the file was skipped by the user.
Default value is "Skipped by user".
This property is necessary for localization of File Downloader.