Import Settings.
Defines the settings to import from a Content Migration Package (CMP).
| Reference Information |
| Release Status : |
Stable |
| Alias Name : |
Entity.ImportSettings |
| Full Reference Name : |
Collaboris.SharePoint.Wss.ContentMigration.ImportSettings |
| Assembly Name : |
Collaboris.SharePoint.Wss |
| Properties |
| Name |
Description |
Example Value |
Output |
Required |
| MakeInternalLinksRelative |
Boolean. Converts absolute links to relative links.
|
true
|
false
|
false
|
| 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
|
| IgnoreWebParts |
Boolean. Specifies whether to include web parts in the import.
|
true
|
false
|
false
|
| IncludeSecurity |
Boolean. Specifies whether to include users and permissions on the imported object.
|
true
|
false
|
false
|
| LogFilePath |
String. Specifies the location to store the generated log to.
|
${TEMP}\Migration\ImportLog.txt
|
false
|
false
|
| RetainObjectIdentity |
Boolean. Specifies whether to retain GUIDs during the import.
|
false
|
false
|
false
|