Share via


MigrationStatus Enumeration

Represents the current status of the migration.

Namespace:  Microsoft.SharePoint.Publishing.Administration
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Enumeration MigrationStatus
'Usage
Dim instance As MigrationStatus
public enum MigrationStatus

Members

Member name Description
None Indicates that the migration has not been started.
Initializing Indicates that the migration is being initialized.
AnalysisRunning Indicates that premigration analysis is running.
AnalysisPassed Indicates that premigration analysis has succeeded.
AnalysisFailed Indicates that premigration analysis has failed.
Preparing Indicates that the migration is preparing for export.
Exporting Indicates that the export is running.
Importing Indicates that the import is running.
Succeeded Indicates that the migration has succeeded.
Failed Indicates that the migration has failed.
Cancelled Indicates that the migration has been cancelled.
CancelInProgress Indicates that a cancellation has been requested for the current migration run.

See Also

Reference

Microsoft.SharePoint.Publishing.Administration Namespace