IFeedFolderEvents::FolderRenamed Method

Occurs when a folder or subfolder is renamed.

Syntax

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

Parameters

  • path
    [in] BSTR that specifies the new path to the folder that was renamed.
  • oldPath
    [in] BSTR that specifies the previous path to the folder.

Return Value

Returns S_OK if successful, or E_NOTIMPL.