ExportSubTree.xml

 

<?xml version="1.0" encoding="UTF-8"?>

<request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"
         type="export">

    <!-- Sample for exporting subtree of the content hierarchy. This script exports the page customizer 
         place with all contained pages. -->

    <portal action="locate">

        <content-node action="export" 
                      uniquename="ibm.portal.Home" 
                      export-descendants="true"/>

    </portal>

</request>