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 SourceCultureNames
Gets the variant name for each culture
Declaration
IReadOnlyDictionary<string, string> CultureNames { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<System.String, System.String> |
Edited
Gets a value indicating whether the content has been edited.
Declaration
bool Edited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
EditedCultures
Gets the edited cultures.
Declaration
IEnumerable<string> EditedCultures { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
Published
Gets a value indicating whether the content is published.
Declaration
bool Published { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PublishedCultures
Gets the published cultures.
Declaration
IEnumerable<string> PublishedCultures { get; }
Property Value
Type | Description |
---|---|
IEnumerable<System.String> |
Variations
Gets the content variation of the content type.
Declaration
ContentVariation Variations { get; }
Property Value
Type | Description |
---|---|
ContentVariation |