PreMigrationAnalysisMode Enumeration
Defines whether pre-migration analysis mode should be run with migration, should be run by itself without migration, or should be skipped and migration should be run without analysis mode.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration PreMigrationAnalysisMode
'Usage
Dim instance As PreMigrationAnalysisMode
public enum PreMigrationAnalysisMode
Members
Member name | Description | |
---|---|---|
MigrationWithAnalysis | Specifies that migration should be run with pre-migration analysis. | |
SkipAnalysis | Specifies that premigration analysis should not be run. | |
OnlyAnalysis | Specifies that only pre-migration analysis should be run and that migration should not be run. |