IXFeedEvents::FeedRenamed Method

Occurs when a feed is renamed.

Syntax

HRESULT FeedRenamed(
    LPCWSTR pszPath,
    LPCWSTR pszOldPath
);

Parameters

  • pszPath
    [in] String that specifies the new path to the feed that was renamed.
  • pszOldPath
    [in] String that specifies the previous path to the feed.

Return Value

Returns S_OK if successful, or E_NOTIMPL.