Search Results for

    Show / Hide Table of Contents
    View Source

    Class DocumentEntitySlim

    Implements IDocumentEntitySlim.

    Inheritance
    System.Object
    EntitySlim
    ContentEntitySlim
    Namespace: Umbraco.Cms.Core.Models.Entities
    Assembly: Umbraco.Core.dll
    Syntax
    public class DocumentEntitySlim : ContentEntitySlim, IDocumentEntitySlim, IContentEntitySlim, IEntitySlim, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IHaveAdditionalData

    Properties

    View Source

    CultureNames

    Gets the variant name for each culture

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

    Edited

    Gets a value indicating whether the content has been edited.

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

    EditedCultures

    Gets the edited cultures.

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

    Published

    Gets a value indicating whether the content is published.

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

    PublishedCultures

    Gets the published cultures.

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

    Variations

    Declaration
    public ContentVariation Variations { get; set; }
    Property Value
    Type Description
    ContentVariation
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • CultureNames
      • Edited
      • EditedCultures
      • Published
      • PublishedCultures
      • Variations
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX