View Source
Class TemplateDisplay
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class TemplateDisplay : object, INotificationModel
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
IsMasterTemplate
Declaration
public bool IsMasterTemplate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Key
Declaration
public Guid Key { get; set; }
Property Value
View Source
MasterTemplateAlias
Declaration
public string MasterTemplateAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
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
public List<BackOfficeNotification> Notifications { get; }
Property Value
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
VirtualPath
Declaration
public string VirtualPath { get; set; }
Property Value
Type |
Description |
System.String |
|