MigrationDestinationType Enumeration
Defines whether migration is export only, import only, or export and import.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration MigrationDestinationType
'Usage
Dim instance As MigrationDestinationType
public enum MigrationDestinationType
Members
Member name | Description | |
---|---|---|
ExportOnly | Exports all data from a Content Management Server 2002 database to a .cab file. | |
ExportAndImport | Exports all data from a Content Management Server 2002 database and imports it to a Microsoft Office SharePoint Server 2007 site. | |
ImportOnly | Imports all data to a Microsoft Office SharePoint Server 2007 site. |