IXFeedsManager::DeleteFeed Method
Deletes a feed.
Syntax
HRESULT DeleteFeed( LPCWSTR pszPath );
Parameters
- pszPath
[in] String that specifies the path to the feed.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
When a feed is deleted, its corresponding enclosure folder is also deleted unless it includes files that are marked "read/write". In any case, the read-only enclosures are deleted.
See Also