Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCreationModelBase

    Represents the base model for content creation operations.

    Inheritance
    object
    ContentEditingModelBase
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ContentCreationModelBase : ContentEditingModelBase

    Constructors

    View Source

    ContentCreationModelBase()

    Declaration
    protected ContentCreationModelBase()

    Properties

    View Source

    ContentTypeKey

    Gets or sets the key of the content type for the content being created.

    Declaration
    public Guid ContentTypeKey { get; set; }
    Property Value
    Type Description
    Guid
    View Source

    Key

    Gets or sets the optional unique key for the content being created.

    Declaration
    public Guid? Key { get; set; }
    Property Value
    Type Description
    Guid?
    View Source

    ParentKey

    Gets or sets the optional key of the parent content item.

    Declaration
    public Guid? ParentKey { get; set; }
    Property Value
    Type Description
    Guid?
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX