ContentMigrationSettings Members

Include Protected Members
Include Inherited Members

Contains the migration settings. Use this class to define how to run the content migration.

The ContentMigrationSettings type exposes the following members.

Constructors

  Name Description
Public method ContentMigrationSettings Initializes a new instance of the ContentMigrationSettings class.

Top

Properties

  Name Description
Public property AnalyzerMode Specifies how to run pre-migration analysis.
Public property AuthType Specifies the authentication type that is needed to access source database. Windows authentication is recommended.
Public property DestinationSiteUrl Specifies the absolute URL of the destination site collection.
Public property DestinationType Defines whether the migration is export only, import only, or export and import.
Public property EnableEventReceivers Enables event receivers during import.
Public property EnableUrlRedirection Enables Microsoft Office SharePoint Server 2007 URL redirection on the migrated site.
Public property ExcludeSchema Determines if page definition and templates should be included in the migration.
Public property IncludeAllResources Specifies whether all resources should be migrated (rather than only dependent resources).
Public property KeepTemporaryFiles Specifies whether the temporary exported files should be removed after migration.
Public property LocaleId A value that gets the locale identifier of the target Web site.
Public property MigrateACLs Gets or sets a value indicating whether access control list entries (ACLs) should be migrated.
Public property MigrationFolder Gets the directory for exported temporary files.
Public property MigrationType Gets or sets a value indicating whether the migration is a first time run or is an incremental run.
Public property NotificationEmails Gets the e-mail addresses to which to send notification e-mails.
Public property RootChannel Gets the selected root channel to migrate from. If no value is provided or if the value is an empty string, all channels are selected.
Public property RootChannelGuid Gets the GUID of the selected root channel.
Public property SendEmailOption Gets the conditions under which e-mail results are sent.
Public property SourceDatabaseName Gets the source database name.
Public property SourceDatabaseServer Gets the source database server name.
Public property SourceSiteUrl This member is reserved for internal use and is not intended to be used directly from your code.
Public property SourceUser Gets the user account that can access the source database.
Public property SqlConnectionTimeOut Gets the source database SQL connection time-out value. The default value is 3600 seconds.
Public property UserFolder This member is reserved for internal use and is not intended to be used directly from your code.

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.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetConnectionString Sets the connection string to the source database.
Public method SetMigrationType Specifies the content migration type.
Public method SetSourcePassword Sets the password for the user account that is used to access the source database.
Public method ToString (Inherited from Object.)
Public method Validate Verifies whether the current settings instance is valid.

Top

See Also

Reference

ContentMigrationSettings Class

Microsoft.SharePoint.Publishing.Administration Namespace