Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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