View Source
Class DocumentTypeDisplay
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "contentType", Namespace = "")]
public class DocumentTypeDisplay : ContentTypeCompositionDisplay<PropertyTypeDisplay>, INotificationModel
Constructors
View Source
DocumentTypeDisplay()
Declaration
public DocumentTypeDisplay()
Properties
View Source
AllowCultureVariant
Declaration
[DataMember(Name = "allowCultureVariant")]
public bool AllowCultureVariant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AllowedTemplates
Declaration
[DataMember(Name = "allowedTemplates")]
public IEnumerable<EntityBasic> AllowedTemplates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<EntityBasic> |
|
View Source
AllowSegmentVariant
Declaration
[DataMember(Name = "allowSegmentVariant")]
public bool AllowSegmentVariant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
ContentApps
Declaration
[DataMember(Name = "apps")]
public IEnumerable<ContentApp> ContentApps { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ContentApp> |
|
View Source
DefaultTemplate
Declaration
[DataMember(Name = "defaultTemplate")]
public EntityBasic DefaultTemplate { get; set; }
Property Value
View Source
HistoryCleanup
Declaration
[DataMember(Name = "historyCleanup")]
public HistoryCleanupViewModel HistoryCleanup { get; set; }
Property Value