Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Blueprint

    Gets or sets the published state of the content. Gets a value indicating whether the content item is a blueprint.
    Declaration
    bool Blueprint { get; set; }
    Property Value
    Type Description
    bool

    Methods

    View Source

    DeepCloneWithResetIdentities()

    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
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX