Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IEntitySlim

    Represents a lightweight entity, managed by the entity service.

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

    Properties

    View Source

    HasChildren

    Gets or sets a value indicating whether the entity has children.

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

    IsContainer

    Gets a value indicating whether the entity is a container.

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

    NodeObjectType

    Gets or sets the entity object type.

    Declaration
    Guid NodeObjectType { get; }
    Property Value
    Type Description
    Guid
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • HasChildren
      • IsContainer
      • NodeObjectType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX