IFeedEvents::FeedRenamed Method

Occurs when a feed is renamed.

Syntax

HRESULT FeedRenamed(
    const BSTR path,
    const BSTR oldPath
);

Parameters

  • path
    [in] BSTR that specifies the new path to the feed that is renamed.
  • oldPath
    [in] BSTR that specifies the previous path to the feed.

Return Value

Returns S_OK if successful, or E_NOTIMPL.