Class ConvertBlockEditorPropertiesOptions
Inheritance
Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0
Assembly: Umbraco.Infrastructure.dll
Syntax
public class ConvertBlockEditorPropertiesOptions
Properties
View SourceParallelizeMigration
Setting this property to true will cause all block editor migrations to run as parallel operations.
Declaration
public bool ParallelizeMigration { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
While this greatly improves the speed of the migration, some content setups may experience issues and failing migrations as a result.
SkipBlockGridEditors
Setting this property to true will cause the migration of Block Grid editors to be skipped.
Declaration
public bool SkipBlockGridEditors { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
If you choose to skip the migration, you're responsible for performing the content migration for Block Grids after the V15 upgrade has completed.
SkipBlockListEditors
Setting this property to true will cause the migration of Block List editors to be skipped.
Declaration
public bool SkipBlockListEditors { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
If you choose to skip the migration, you're responsible for performing the content migration for Block Lists after the V15 upgrade has completed.
SkipRichTextEditors
Setting this property to true will cause the migration of Rich Text editors to be skipped.
Declaration
public bool SkipRichTextEditors { get; set; }
Property Value
Type | Description |
---|---|
System. |
Remarks
If you choose to skip the migration, you're responsible for performing the content migration for Rich Texts after the V15 upgrade has completed.