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 SourceHasChildren
Gets or sets a value indicating whether the entity has children.
Declaration
bool HasChildren { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsContainer
Gets a value indicating whether the entity is a container.
Declaration
bool IsContainer { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NodeObjectType
Gets or sets the entity object type.
Declaration
Guid NodeObjectType { get; }
Property Value
Type | Description |
---|---|
Guid |