IXFeedFolder::Move Method

Moves the feed folder to a new location.

Syntax

HRESULT Move(
    LPCWSTR pszPath
);

Parameters

  • pszPath
    [in] String that specifies the new folder location.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The pszPath parameter should not contain the folder name. Use IXFeedFolder::Rename to change the name of a folder.