Table of Contents

Class FormTemplate

Namespace
Dynamicweb.Forms
Assembly
Dynamicweb.Forms.dll

Represents the settings for form auto-template.

public class FormTemplate
Inheritance
FormTemplate
Inherited Members

Constructors

FormTemplate()

Creates a new instance of the class.

public FormTemplate()

FormTemplate(int, TemplateType, string)

Creates a new instance of the class.

public FormTemplate(int areaId, TemplateType type, string path)

Parameters

areaId int
type TemplateType
path string

Properties

AreaId

Gets or sets the Area ID.

public int AreaId { get; set; }

Property Value

int

Id

Gets the ID.

public int Id { get; }

Property Value

int

TemplatePath

Gets or sets the template file path.

public string TemplatePath { get; set; }

Property Value

string

TemplateType

Gets or sets the TemplateType.

public TemplateType TemplateType { get; set; }

Property Value

TemplateType
To top