function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
April RobinsonApril Robinson 

retrieve content libraries

I need to deploy an existing org to a completely new org .  I have retrieved everything I need using the ANT migration tool, except for libraries and their files.  ANT gives me a message saying that "ContentWorkplace" and "ContentWorkplacedoc"  are unknown entity types.
Does anyone know if/how it's possible to retrieve our library content and deploy it to a new org? 
PS.  This is my first project involving a complete org migration, so I'm a "newbie".
Raj VakatiRaj Vakati
Looks like its not supported in metadata types .. 

use this tool to build the package.xml file and see whether you can able to get the "ContentWorkSpace" and "ContentWorkSpacedocs"  in to the package.xml


https://packagebuilder.herokuapp.com
April RobinsonApril Robinson
Thsnks Raj.  Looks like its just not possible yet.  Will have to rebuild from scratch.
Raj VakatiRaj Vakati
Thanks!