Text string that appears in the download log to indicate that the user denied copying of downloaded files.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("LogFileDeniedInProtectedModeText", "User denied copying some of downloaded files to [DestinationFolder]"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setLogFileDeniedInProtectedModeText(value); value = getFileDownloader("FileDownloaderID").getLogFileDeniedInProtectedModeText();
A string value that specifies a text to be displayed in the download log if the user denied copying of downloaded files.
A special keyword is used in this text label:
Replaced with name of the folder to which files are downloaded.
Default value is "User denied copying some of downloaded files to [DestinationFolder]".
This property is necessary for localization of File Downloader.