Search Results for

    Show / Hide Table of Contents

    Class RebuildPublishedSnapshot

    Rebuilds the published snapshot.

    Inheritance
    System.Object
    MigrationBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
    Assembly: cs.temp.dll.dll
    Syntax
    public class RebuildPublishedSnapshot : MigrationBase

    Constructors

    RebuildPublishedSnapshot(IMigrationContext, IPublishedSnapshotRebuilder)

    Initializes a new instance of the RebuildPublishedSnapshot class.

    Declaration
    public RebuildPublishedSnapshot(IMigrationContext context, IPublishedSnapshotRebuilder rebuilder)
    Parameters
    Type Name Description
    IMigrationContext context
    IPublishedSnapshotRebuilder rebuilder

    Methods

    Migrate()

    Executes the migration.

    Declaration
    protected override void Migrate()
    In This Article
    • Constructors
      • RebuildPublishedSnapshot(IMigrationContext, IPublishedSnapshotRebuilder)
    • Methods
      • Migrate()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX