GetDownloadUrl method
Retrieves the URL from which the Accelerator was downloaded.
Syntax
HRESULT retVal = object.GetDownloadUrl(pbstrXmlUri);
Parameters
pbstrXmlUri [out]
Type: BSTRThe retrieved URL.
Return value
Type: HRESULT
This method can return one of these values.
Return code | Description |
---|---|
OS_E_NOTFOUND | The property value was not available. |
Remarks
This is the URL of the Web site from which a user downloaded the Accelerator description file. When the user clicks a link to install an XML-based Accelerator, the URL of the Web site that provided the description file is saved as the download URL.
See also
Reference