IFeedFolder::ExistsFeed Method

Verifies whether a feed exists.

Syntax

HRESULT ExistsFeed(
    BSTR feedName,
    VARIANT_BOOL *exists
);

Parameters

  • feedName
    [in] BSTR that specifies the 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

IFeedFolder::ExistsSubfolder, IFeedFolder::GetFeed, IFeedsManager::ExistsFeed