Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConvertBlockEditorPropertiesOptions

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ConvertBlockEditorPropertiesOptions

    Properties

    View Source

    ParallelizeMigration

    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.Boolean
    Remarks

    While this greatly improves the speed of the migration, some content setups may experience issues and failing migrations as a result.

    View Source

    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.Boolean
    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.

    View Source

    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.Boolean
    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.

    View Source

    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.Boolean
    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.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ParallelizeMigration
      • SkipBlockGridEditors
      • SkipBlockListEditors
      • SkipRichTextEditors
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX