MigrationProfile Members
Include Protected Members
Include Inherited Members
Describes the profile that defines a content migration. This class cannot be inherited.
The MigrationProfile type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | Gets or sets text that describes this MigrationProfile object. | |
Id | Gets or sets the migration profile Id for this MigrationProfile object. | |
LastMigrationTime | Gets or sets the date and time of the last content migration. | |
LatestReport | Gets or sets the latest migration report. | |
MigrationSettings | Gets or sets the migration settings that specify what to migrate and how to migrate it. | |
Name | Gets or sets the name of this MigrationProfile object. | |
Reports | Gets all of the report results for this MigrationProfile object. | |
Status | Gets or sets the status of this content migration run. |
Top
Methods
Name | Description | |
---|---|---|
Cancel | Cancels this content migration run. | |
CreateNew(String) | Creates a new MigrationProfile object. | |
CreateNew(SPWeb, String) | Creates a new MigrationProfile object by using the web and a profileName values. | |
Delete | Deletes this MigrationProfile object and its credentials. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstance(Guid) | Gets an instance of this MigrationProfile object by using profileId. | |
GetInstance(String) | Gets an instance of this MigrationProfile object by using profileName. | |
GetInstance(SPWeb, Guid) | Gets an instance of this MigrationProfile object. | |
GetInstance(SPWeb, String) | Gets an instance of this MigrationProfile object. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Update | Updates this MigrationProfile object. |
Top