Share via


SPMigrator.CanMigrate property

NOTE: This API is now obsolete.

Gets a Boolean value that indicates whether the migrator can migrate content in the upgrade.

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 Overridable ReadOnly Property CanMigrate As Boolean
    Get
'Usage
Dim instance As SPMigrator
Dim value As Boolean

value = instance.CanMigrate
[ObsoleteAttribute("Gradual Upgrade is not supported in the current version of SharePoint.")]
public virtual bool CanMigrate { get; }

Property value

Type: System.Boolean
A Boolean value that indicates whether content can be migrated.

Implements

IMigrator.CanMigrate

See also

Reference

SPMigrator class

SPMigrator members

Microsoft.SharePoint.Upgrade namespace