Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishedSnapshotRebuilder

    Implements IPublishedSnapshotRebuilder in Umbraco.Web (rebuilding).

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class PublishedSnapshotRebuilder : IPublishedSnapshotRebuilder

    Constructors

    View Source

    PublishedSnapshotRebuilder(IPublishedSnapshotService, DistributedCache)

    Initializes a new instance of the PublishedSnapshotRebuilder class.

    Declaration
    public PublishedSnapshotRebuilder(IPublishedSnapshotService publishedSnapshotService, DistributedCache distributedCache)
    Parameters
    Type Name Description
    IPublishedSnapshotService publishedSnapshotService
    DistributedCache distributedCache

    Methods

    View Source

    Rebuild()

    Rebuilds.

    Declaration
    public void Rebuild()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PublishedSnapshotRebuilder(IPublishedSnapshotService, DistributedCache)
    • Methods
      • Rebuild()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX