Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDocumentEntitySlim

    Represents a lightweight document entity, managed by the entity service.

    Namespace: Umbraco.Cms.Core.Models.Entities
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDocumentEntitySlim : IContentEntitySlim, IEntitySlim, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IHaveAdditionalData

    Properties

    View Source

    CultureNames

    Gets the variant name for each culture

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

    Edited

    Gets a value indicating whether the content has been edited.

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

    EditedCultures

    Gets the edited cultures.

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

    Published

    Gets a value indicating whether the content is published.

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

    PublishedCultures

    Gets the published cultures.

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

    Variations

    Gets the content variation of the content type.

    Declaration
    ContentVariation Variations { get; }
    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