Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 IFeed::Rename to change the name of the feed.