IXFeed::Move Method

Moves the feed 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 path specified in pszPath must exist prior to calling this method, and should not contain the feed name. Use IXFeed::Rename to change the name of a feed.