This allows you to create pages based upon a template specified in the current site or another remote site. If you choose to use a page from a remote site, web parts installed to any web part zone will be removed before the copy is made to the local site.
Manages the setup of the Page Creation screen.
Example:
<PC>
<Setup>
<IsLocal>true</IsLocal>
<SourceFolderURL><%SiteURL%>/Source/</SourceFolderURL>
<DestinationFolderURL><%SiteURL%>/Dest/</DestinationFolderURL>
</Setup>
</PC>
The destination folder where pages will be created. This can be a remote or local location. This node supports the Common Use Variables stated at the beginning of this help topic. However, be sure to encode the use of the variables. Otherwise, an XML error will be received.
This will tell the web part whether it should use a process by which web parts will be maintained within the created page. This is only possible if using a local template page against a local created page.
Default: false
After the page is created, this will open the page in a new window.
Default: false
The source folder that contains the pages you wish to use as templates. This can be a remote location or a local location. This node supports the Common Use Variables stated at the beginning of this help topic. However, be sure to encode the use of the variables. Otherwise, an XML error will be received.