Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ILivePublishedModelFactory

    Provides a live published model creation service.

    Namespace: Umbraco.Core.Models.PublishedContent
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ILivePublishedModelFactory : IPublishedModelFactory

    Properties

    View Source

    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 Source

    Refresh()

    Refreshes the factory.

    Declaration
    void Refresh()
    Remarks

    This will typically re-compiled models/classes into a new DLL that are used to populate the cache.

    This is called prior to refreshing the cache.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • SyncRoot
    • Methods
      • Refresh()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX