Windows Media Player 11 SDK DownloadManager.getDownloadCollection
Previous | Next |
DownloadManager.getDownloadCollection
Note This section describes functionality designed for use by online stores. Use of this functionality outside the context of an online store is not supported.
The getDownloadCollection method retrieves the specified download collection.
Syntax
Parameters
collectionId
Number (long) specifying the ID of the download collection to retrieve.
Return Values
This method returns a DownloadCollection object.
Remarks
You must first call DownloadManager.createDownloadCollection to create a new collection and retrieve its ID value.
An existing download collection may contain items that have been marked as cancelled.
Real-time download items not completed in a prior session are not retrieved as part of the collection. Background downloads that were completed prior to the current session remain in the download collection until removed.
Requirements
Version: Windows Media Player 9 Series or later.
Library: Use wmp.dll.
See Also
Previous | Next |