Table of Contents

Enum Template.TemplateType

Namespace
Dynamicweb.Rendering
Assembly
Dynamicweb.dll
The type of template
public enum Template.TemplateType

Fields

Excel = 3
Excel based template
Html = 0
Html based template
Razor = 2
Razor based template
Xslt = 1
XSLT based template
To top