Interface ILivePublishedModelFactory2
Provides a live published model creation service.
Namespace: Umbraco.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public interface ILivePublishedModelFactory2 : ILivePublishedModelFactory, IPublishedModelFactory
Properties
View SourceEnabled
If the live model factory
Declaration
bool Enabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceReset()
Tells the factory that it should build a new generation of models
Declaration
void Reset()