IFeedFolder::Move Method
Moves the feed or folder to a new location.
Syntax
HRESULT Move( BSTR newParentPath );
Parameters
- newParentPath
[in] BSTR that specifies the new parent folder.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The path specified in newParentPath must exist prior to calling this method and should not contain the name of the object being moved.
Use IFeedFolder::Rename to change the name of the feed folder.