Investment Studio > Views > Downloads > Downloader > ActiveX interface > DLInput

The DLInput interface is used to exchange URL information, get arguments and read retrieved data.

Methods
long addUrl(BSTR newUrl, VARIANT_BOOL crawl)

Adds an entry to the download item's list of URLs.

BSTR read(long index)

Returns a string containing the data retrieved from the indexed URL.

Read-only properties
BSTR args(long n)

The n:th argument specified in the download item.

long currentLevel

Link level of current call to URL generation method.

BSTR mime(long index)

MIME type of data retrieved from indexed URL (if HTTP).

long nUrls

Number of entries in download item's URL list.

BSTR targetPath

Download item's target data path.

BSTR url(long index)

The indexed URL.

long urlLevel(long index)

Link level of indexed URL.