Search Results for

    Show / Hide Table of Contents
    View Source

    Class TemplateModelBase

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Api.Management.ViewModels.Template
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class TemplateModelBase

    Properties

    View Source

    Alias

    Declaration
    [Required]
    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

    Name

    Declaration
    [Required]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Alias
      • Content
      • Name
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX