• Core
  • Infrastructure
  • Web
  • Extensions
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
    [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
    Type Description
    Guid
    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
    Type Description
    System.Nullable<List<BackOfficeNotification>>
    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
    • 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