Importing Site Information

Call Name: ImportObj.exe

Description: Imports the site information from its export directory to the Parallels Pro Control Panel.

Syntax:

Arguments:

The parameters to be passed in the XML file for exporting or importing the site information are given below.

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

<orglist>

<org name="site1.com">

<property name="ShortName" type="string">site1sn</property>

<property name="ExportImportPath" type="string">c:\exportimport</property>

<property name="ConfigOnly" type="System.Boolean">false</property>

<!-- To export or import only the configuration settings of a site, set the ConfigOnly flag to "true". To export or import both the configuration settings and the service-specific data of a site, set the ConfigOnly flag to "false".-->

<property name="WithAllUsers" type="System.Boolean">false</property> <!-- To export or import the information of all users, set the WithAllUsers flag to "true". To export or import the information of only the default site administrator, set the WithAllUsers flag to "false".-->

</org>

</orglist>