View Source
Class TemplateDisplay
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "template", Namespace = "")]
public class TemplateDisplay : INotificationModel
Properties
View Source
Alias
Declaration
[Required]
[DataMember(Name = "alias")]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Content
Declaration
[DataMember(Name = "content")]
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
[DataMember(Name = "id")]
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsMasterTemplate
Declaration
[DataMember(Name = "isMasterTemplate")]
public bool IsMasterTemplate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Key
Declaration
[DataMember(Name = "key")]
public Guid Key { get; set; }
Property Value
View Source
MasterTemplateAlias
Declaration
[DataMember(Name = "masterTemplateAlias")]
public string MasterTemplateAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[Required]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Notifications
This is used to add custom localized messages/strings to the response for the app to use for localized UI purposes.
Declaration
[DataMember(Name = "notifications")]
public List<BackOfficeNotification>? Notifications { get; }
Property Value
View Source
Path
Declaration
[DataMember(Name = "path")]
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VirtualPath
Declaration
[DataMember(Name = "virtualPath")]
public string VirtualPath { get; set; }
Property Value
Type |
Description |
System.String |
|