List Item Import Settings.

Defines the parameters such as file name, file size and whether to include versions when importing a list item (SPListItem).

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

Properties
Name Description Example Value Output Required
ImportSettings Specifies extra configuration to control the import. Collaboris.SharePoint.Wss.ContentMigration.ImportSettings. No example supplied. false true
ListName String. Specifies the destination list name to import the content into. TestTasks 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