Share via


SPMigrator.Migrate method

NOTE: This API is now obsolete.

Executes migration of content between versions.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")> _
Public MustOverride Sub Migrate
'Usage
Dim instance As SPMigrator

instance.Migrate()
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public abstract void Migrate()

Implements

IMigrator.Migrate()

See also

Reference

SPMigrator class

SPMigrator members

Microsoft.SharePoint.Upgrade namespace