Move Method
Moves the feed or folder to a new location.
Syntax
object.Move(newParentPath)
Parameters
newParentPath Required. String that specifies the new parent folder.
Return Value
No return value.
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 Feed.Rename or FeedFolder.Rename to change the name of the object.
Applies To
Feed, FeedFolder