Export Settings.

Defines the settings to export to a Content Migration Package (CMP).

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

Properties
Name Description Example Value Output Required
BaseFileName String. Specifies the file name of the CMP file. (Usually *.cab). exported_content.cmp false false
FileCompression Boolean. Specifies whether to use compression on the CMP file. true false false
FileLocation String. Specifies the file location to containing the CMP. ${CurrentDirectory} false false
FileMaxSize Int32. Specifies the maximum file size for the CMP to grow to.

Note :
If '0' (zero) is specified then this means the file size is not limited
0 false false
IncludeDependencies Boolean. Specifies whether to include dependent object in the exported package.

Note :
If 'true' is specified all dependent objects are exported.
false false false
IncludeSecurity Boolean. Specifies whether to include users and permissions in the exported object. true false false
IncludeVersions Boolean. Specifies whether to include older version information in the exported object. true false false
LogFilePath String. Specifies the location to store the generated log to. ${TEMP}\Migration\ExportLog.txt false false
OverwriteExistingDataFile Boolean. Specifies whether to overwrite the existing CMP file. true false false