Page Creator Setup Properties

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.

Page Creator Setup

Manages the setup of the Page Creation screen.

Example:

<PC>

<Setup>

<IsLocal>true</IsLocal>

<SourceFolderURL>&lt;%SiteURL%&gt;/Source/</SourceFolderURL>

<DestinationFolderURL>&lt;%SiteURL%&gt;/Dest/</DestinationFolderURL>

</Setup>

</PC>

DestinationFolderURL

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.

IsLocal

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

OpenNewWindow

After the page is created, this will open the page in a new window.

Default: false

SourceFolderURL

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.