IFeedsManager::DeleteFolder Method
Deletes a feed folder.
Syntax
HRESULT DeleteFolder( BSTR folderPath );
Parameters
- folderPath
[in] BSTR 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