Search Results for

    Show / Hide Table of Contents
    View Source

    Class NestedContentConfiguration.ContentType

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract]
    public class ContentType

    Properties

    View Source

    Alias

    Declaration
    [DataMember(Name = "ncAlias")]
    public string Alias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    TabAlias

    Declaration
    [DataMember(Name = "ncTabAlias")]
    public string TabAlias { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    Template

    Declaration
    [DataMember(Name = "nameTemplate")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • TabAlias
      • Template
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX