Investment Studio > Views > Downloads > Downloader > ActiveX interface > DLInput > mime
BSTR DLInput.mime(long index)
A string containing the MIME type of the data retrieved from the indexed URL in the download item's URL list.
MIME types are available for HTTP URLs only.
index is an integer in the range [1, DLInput.nUrls]. URLs are listed according to order of addition (when URLs are crawled, child URLs are inserted immediately after their parent URL).
See also DLInput.read, DLInput.nUrls, DLInput.url, DLInput.urlLevel.