Search Results for

    Show / Hide Table of Contents
    View Source

    Class ContentCreationModelBase

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

    Properties

    View Source

    ContentTypeKey

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

    Key

    Declaration
    public Guid? Key { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    View Source

    ParentKey

    Declaration
    public Guid? ParentKey { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeKey
      • Key
      • ParentKey
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX