Suspending a Site

Syntax:

Arguments:

The parameters to be passed in the XML file for suspending a site information are given below

<Suspend>

<property name="SiteShortName">mysite.com</property>
< !-- The name of the site to suspend-->

<property name="IsSuspended">True</property>
< !-- Set this to False to enable control panels and services or True to prevent logging in to control panels or using services.-->

<property name="AdministrativeAccess">False</property>
< !-- Set this to True to enable Site admin to log in to control panel or False to prevent logging in to the control panel. -->

</Suspend>