How can copy content with versions?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2012 07:53 AM
Hi,
I wanna copy a content from space to other space in alfresco BUT just copy last version!
How can I copy a content with their versions?
Please HELP
Thanks
I wanna copy a content from space to other space in alfresco BUT just copy last version!
How can I copy a content with their versions?
Please HELP
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2013 02:34 AM
Not sure if it is possible from UI.
However, you can check Alfresco JavaScript Versions API.
Get the version of the document you want to copy and use yourNode.copy(destination).
However, you can check Alfresco JavaScript Versions API.
Get the version of the document you want to copy and use yourNode.copy(destination).
