Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines whether the migration is the first content migration, an incremental migration after the last migration, or an incremental migration after a specified user-input time.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Enumeration ContentMigrationType
'Usage
Dim instance As ContentMigrationType
public enum ContentMigrationType
Members
| Member name | Description | |
|---|---|---|
| FullMigration | Specifies this content migration as a full migration. | |
| IncrementalSinceLastMigration | Specifies this migration as an incremental migration.
This type of migration migrates all new data or all data that has been updated since the last migration. |
|
| IncrementalSinceWhen | Specifies the migration as an incremental migration.
This type of migration migrates all new data or all data that has been updated since the specified time. |