List Item Export Settings.
Defines the parameters such as file name, file size and whether to include versions when exporting a list item (SPListItem).
| Reference Information |
| Release Status : |
Stable |
| Alias Name : |
Entity.ListItemExportSettings |
| Full Reference Name : |
Collaboris.SharePoint.Wss.ContentMigration.ListItemExportSettings |
| Assembly Name : |
Collaboris.SharePoint.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| ListItemId |
Int32. Specifies the ID of the list item to export.
|
1
|
false
|
true
|
| ListName |
String. Specifies the list name to export.
|
TestTasks
|
false
|
true
|
| ExportSettings |
The settings required to instruct SAF how to export the content.
Collaboris.SharePoint.Wss.ContentMigration.ExportSettings.
|
No example supplied.
|
false
|
true
|
| IgnoreSubWebs |
Boolean. Specifies whether to ignore sub-webs in the export.
Note : This setting only applies if a 'Web' is being exported.
|
false
|
false
|
false
|