Caption of the File Size column of the file list.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("DownloadConfirmationDialogListFileSizeText", "File Size"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogListFileSizeText(value); value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogListFileSizeText();
A string value that specifies a File Size column caption of the file list.
Default value is "File Size".
This property is necessary for localization of File Downloader.