Search Results for

    Show / Hide Table of Contents
    View Source

    Class PublishableContentEntitySlim

    Inheritance
    object
    EntitySlim
    ContentEntitySlim
    Namespace: Umbraco.Cms.Core.Models.Entities
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class PublishableContentEntitySlim : ContentEntitySlim, IContentEntitySlim, IEntitySlim, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable

    Constructors

    View Source

    PublishableContentEntitySlim()

    Declaration
    protected PublishableContentEntitySlim()

    Properties

    View Source

    CultureNames

    Declaration
    public IReadOnlyDictionary<string, string> CultureNames { get; set; }
    Property Value
    Type Description
    IReadOnlyDictionary<string, string>
    View Source

    Edited

    Declaration
    public bool Edited { get; set; }
    Property Value
    Type Description
    bool
    View Source

    EditedCultures

    Declaration
    public IEnumerable<string> EditedCultures { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    View Source

    Published

    Declaration
    public bool Published { get; set; }
    Property Value
    Type Description
    bool
    View Source

    PublishedCultures

    Declaration
    public IEnumerable<string> PublishedCultures { get; set; }
    Property Value
    Type Description
    IEnumerable<string>
    View Source

    Variations

    Declaration
    public ContentVariation Variations { get; set; }
    Property Value
    Type Description
    ContentVariation
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX