List Import Settings.
Defines the parameters such as file name, file size and whether to include versions when importing a list (SPList).
| Reference Information |
| Release Status : |
Stable |
| Alias Name : |
Entity.ListImportSettings |
| Full Reference Name : |
Collaboris.SharePoint.Wss.ContentMigration.ListImportSettings |
| Assembly Name : |
Collaboris.SharePoint.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| ListName |
String. Specifies the destination list name to import the content into.
|
TestTasks
|
false
|
true
|
| 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
|