IXFeedFolder::Delete Method
Deletes this folder and all of its contents.
Syntax
HRESULT Delete(VOID);
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