View Source
Class NestedContentConfiguration.ContentType
Inheritance
System.Object
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 |
|