Interface IContent
Represents a document.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IContent : IPublishableContentBase, IContentBase, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty, ITemplatedContent
Remarks
A document can be published, rendered by a template.
Properties
View SourceBlueprint
Declaration
bool Blueprint { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceDeepCloneWithResetIdentities()
Creates a deep clone of the current entity with its identity/alias and it's property identities reset
Declaration
IContent DeepCloneWithResetIdentities()
Returns
| Type | Description |
|---|---|
| IContent |