Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAutoPublishedModelFactory

    Provides a live published model creation service.

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

    Properties

    View Source

    Enabled

    If the live model factory

    Declaration
    bool Enabled { get; }
    Property Value
    Type Description
    System.Boolean
    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

    Reset()

    Tells the factory that it should build a new generation of models

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