Class Template
model for defining metadata for a Module or Theme template
public class Template
- Inheritance
-
Template
Properties
Location
location where template will be created (dynamically set)
public string Location { get; set; }
Property Value
Name
name of template (folder name)
public string Name { get; set; }
Property Value
Namespace
namespace (uses tokens)
public string Namespace { get; set; }
Property Value
Title
title of template
public string Title { get; set; }
Property Value
Type
type of template - Internal / External
public string Type { get; set; }
Property Value
Version
minimum framework version dependency
public string Version { get; set; }