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