SPMigrator Members

Include Protected Members
Include Inherited Members

NOTE: This API is now obsolete.

Abstract class that is used to migrate content from an earlier version of Microsoft SharePoint Foundation to the current one.

The SPMigrator type exposes the following members.

Constructors

  Name Description
Protected method SPMigrator Obsolete. Initializes a new instance of the SPMigrator class.

Top

Properties

  Name Description
Public property CanMigrate Obsolete. Gets a Boolean value that indicates whether the migrator can migrate content in the upgrade.
Public property IsApplicable Obsolete. Gets a Boolean value that indicates whether the migrator is applicable. (Overrides SPDelegate.IsApplicable.)
Public property Log Gets an SPLog object that represents the log of the upgrade session. The upgrade session object can be retrieved by the Session property. (Inherited from SPDelegate.)
Protected property Manager Gets the Microsoft SharePoint Foundation Upgrade Manager. (Inherited from SPDelegate.)
Protected property Object Gets the delegating object. (Inherited from SPDelegate.)
Protected property Session Gets the upgrade session of the delegate. (Inherited from SPDelegate.)
Protected property Stopped Gets or sets a Boolean value that specifies whether the upgrade is stopped. (Inherited from StopEventReceiver.)
Protected property Type Gets the type of the delegate. (Inherited from SPDelegate.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Initialize Initializes the delegate based on the specified object. (Inherited from SPDelegate.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Migrate Obsolete. Executes migration of content between versions.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPMigrator Class

Microsoft.SharePoint.Upgrade Namespace