Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All,
Is that possible to change Content Parent ?
For example I want to move my content to a different parent such as move "aboutus" page to a "news" section.
Is that possible ?
Or
Do I need to delete and recreate the same name. but It will generate a different ID which I prefer not.Thanks
Document.Move(int parentID) is the API method you want. It's an instance method of the Document object
Is it possible to do in the UI umbraco CMS ? like sorting ?
Thanks
There's a Move option from the context menu
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Move content to a particular parent
Hi All,
Is that possible to change Content Parent ?
For example I want to move my content to a different parent such as move "aboutus" page to a "news" section.
Is that possible ?
Or
Do I need to delete and recreate the same name. but It will generate a different ID which I prefer not.
Thanks
Document.Move(int parentID) is the API method you want. It's an instance method of the Document object
Is it possible to do in the UI umbraco CMS ? like sorting ?
Thanks
There's a Move option from the context menu
is working on a reply...