Web Import Settings Class

This class defines the settings to import an SPWeb from a Content Migration Package (CMP).

Reference Information
Release Status : Stable
Alias Name : Entity.WebImportSettings
Full Reference Name : Collaboris.SharePoint.Wss.ContentMigration.WebImportSettings
Assembly Name : Collaboris.SharePoint.Wss

Properties
Name Description Example Value Output Required
ImportSettings The settings required to instruct SAF how to import the content. Collaboris.SharePoint.Wss.ContentMigration.ImportSettings. No example supplied. false true
ParentSiteUrl String. The URL to the parent that will receive the imported web. ${CurrentWeb.Url} false true
DeleteWebIfExists Boolean. If the web already exists within the parent web then set this to 'True' to delete it.

Note :
If the web already exists and this is set to 'False' an exception will be raised.

This setting only applies if a 'Web' is being imported.
True false false