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