IFeedFolder::ExistsSubfolder Method
Verifies whether a subfolder exists.
Syntax
HRESULT ExistsSubfolder( BSTR folderName, VARIANT_BOOL *exists );
Parameters
- folderName
[in] BSTR that specifies the feed folder path.- exists
[out, retval] Address of a pointer variable of type VARIANT_BOOL that receives one of the following possible values:
VARIANT_TRUE
The subfolder exists.VARIANT_FALSE
The subfolder does not exist.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also
IFeedFolder::ExistsFeed, IFeedFolder::GetSubfolder, IFeedsManager::ExistsFolder