Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplateDisplay

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    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
    Type Description
    Guid
    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
    Type Description
    List<BackOfficeNotification>
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Content
      • Id
      • IsMasterTemplate
      • Key
      • MasterTemplateAlias
      • Name
      • Notifications
      • Path
      • VirtualPath
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX