Interface IPublishedSnapshotRebuilder
Rebuilds the published snapshot.
Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IPublishedSnapshotRebuilder
Remarks
This interface exists because the entire published snapshot lives in Umbraco.Web but we may want to trigger rebuilds from Umbraco.Core. These two assemblies should be refactored, really.
Methods
View SourceRebuild()
Rebuilds.
Declaration
void Rebuild()