Interface IAutoPublishedModelFactory
Provides a live published model creation service.
Namespace: Umbraco.Cms.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public interface IAutoPublishedModelFactory : IPublishedModelFactoryProperties
View SourceEnabled
If the live model factory
Declaration
bool Enabled { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
SyncRoot
Gets an object that can be used to synchronize access to the factory.
Declaration
object SyncRoot { get; }Property Value
| Type | Description | 
|---|---|
| System.Object | 
Methods
View SourceReset()
Tells the factory that it should build a new generation of models
Declaration
void Reset()