Caption of the Content-Type 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("DownloadConfirmationDialogListContentTypeText", "Content-Type"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogListContentTypeText(value); value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogListContentTypeText();
A string value that specifies a Content-Type column caption of the file list.
Default value is "Content-Type".
This property is necessary for localization of File Downloader.