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 | |
---|---|---|
SPMigrator | Obsolete. Initializes a new instance of the SPMigrator class. |
Top
Properties
Name | Description | |
---|---|---|
CanMigrate | Obsolete. Gets a Boolean value that indicates whether the migrator can migrate content in the upgrade. | |
IsApplicable | Obsolete. Gets a Boolean value that indicates whether the migrator is applicable. (Overrides SPDelegate.IsApplicable.) | |
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.) | |
Manager | Gets the Microsoft SharePoint Foundation Upgrade Manager. (Inherited from SPDelegate.) | |
Object | Gets the delegating object. (Inherited from SPDelegate.) | |
Session | Gets the upgrade session of the delegate. (Inherited from SPDelegate.) | |
Stopped | Gets or sets a Boolean value that specifies whether the upgrade is stopped. (Inherited from StopEventReceiver.) | |
Type | Gets the type of the delegate. (Inherited from SPDelegate.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize | Initializes the delegate based on the specified object. (Inherited from SPDelegate.) | |
MemberwiseClone | (Inherited from Object.) | |
Migrate | Obsolete. Executes migration of content between versions. | |
ToString | (Inherited from Object.) |
Top