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
Public property Description Gets or sets text that describes this MigrationProfile object.
Public property Id Gets or sets the migration profile Id for this MigrationProfile object.
Public property LastMigrationTime Gets or sets the date and time of the last content migration.
Public property LatestReport Gets or sets the latest migration report.
Public property MigrationSettings Gets or sets the migration settings that specify what to migrate and how to migrate it.
Public property Name Gets or sets the name of this MigrationProfile object.
Public property Reports Gets all of the report results for this MigrationProfile object.
Public property Status Gets or sets the status of this content migration run.

Top

Methods

  Name Description
Public method Cancel Cancels this content migration run.
Public methodStatic member CreateNew(String) Creates a new MigrationProfile object.
Public methodStatic member CreateNew(SPWeb, String) Creates a new MigrationProfile object by using the web and a profileName values.
Public method Delete Deletes this MigrationProfile object and its credentials.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetInstance(Guid) Gets an instance of this MigrationProfile object by using profileId.
Public methodStatic member GetInstance(String) Gets an instance of this MigrationProfile object by using profileName.
Public methodStatic member GetInstance(SPWeb, Guid) Gets an instance of this MigrationProfile object.
Public methodStatic member GetInstance(SPWeb, String) Gets an instance of this MigrationProfile object.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method Update Updates this MigrationProfile object.

Top

See Also

Reference

MigrationProfile Class

Microsoft.SharePoint.Publishing.Administration Namespace