Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves the URL that was used to download the enclosure.
Syntax
HRESULT IFeedEnclosure::get_DownloadUrl(BSTR *enclosureUrl);
Parameters
- enclosureUrl
 
Pointer to a variable of type BSTR that receives the URL.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The IFeedEnclosure::DownloadUrl can be used for security zone mapping purposes.
Caller is responsible for freeing the memory with SysFreeString.
See Also