Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the source URL of the feed.
Syntax
HRESULT SetUrl( LPCWSTR pszUrl );
Parameters
- pszUrl
[in] String that contains the source URL of the feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The pszUrl parameter must be an absolute URL that begins with the "http:" or "https:" protocol. No other protocols are supported.
See Also