IXFeedsManager::DeleteFolder Method
Deletes a feed folder.
Syntax
HRESULT DeleteFolder( LPCWSTR pszPath );
Parameters
- pszPath
[in] String that specifies the feed folder path.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Deleting a folder also removes all of the subfolders and feeds contained within it.
See Also