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 | |
---|---|---|
ContentMigrationSettings | Initializes a new instance of the ContentMigrationSettings class. |
Top
Properties
Name | Description | |
---|---|---|
AnalyzerMode | Specifies how to run pre-migration analysis. | |
AuthType | Specifies the authentication type that is needed to access source database. Windows authentication is recommended. | |
DestinationSiteUrl | Specifies the absolute URL of the destination site collection. | |
DestinationType | Defines whether the migration is export only, import only, or export and import. | |
EnableEventReceivers | Enables event receivers during import. | |
EnableUrlRedirection | Enables Microsoft Office SharePoint Server 2007 URL redirection on the migrated site. | |
ExcludeSchema | Determines if page definition and templates should be included in the migration. | |
IncludeAllResources | Specifies whether all resources should be migrated (rather than only dependent resources). | |
KeepTemporaryFiles | Specifies whether the temporary exported files should be removed after migration. | |
LocaleId | A value that gets the locale identifier of the target Web site. | |
MigrateACLs | Gets or sets a value indicating whether access control list entries (ACLs) should be migrated. | |
MigrationFolder | Gets the directory for exported temporary files. | |
MigrationType | Gets or sets a value indicating whether the migration is a first time run or is an incremental run. | |
NotificationEmails | Gets the e-mail addresses to which to send notification e-mails. | |
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. | |
RootChannelGuid | Gets the GUID of the selected root channel. | |
SendEmailOption | Gets the conditions under which e-mail results are sent. | |
SourceDatabaseName | Gets the source database name. | |
SourceDatabaseServer | Gets the source database server name. | |
SourceSiteUrl | This member is reserved for internal use and is not intended to be used directly from your code. | |
SourceUser | Gets the user account that can access the source database. | |
SqlConnectionTimeOut | Gets the source database SQL connection time-out value. The default value is 3600 seconds. | |
UserFolder | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetConnectionString | Sets the connection string to the source database. | |
SetMigrationType | Specifies the content migration type. | |
SetSourcePassword | Sets the password for the user account that is used to access the source database. | |
ToString | (Inherited from Object.) | |
Validate | Verifies whether the current settings instance is valid. |
Top