Click or drag to resize

Template Constructor (String, String, Int32, TemplateAttrs, String, String)

Constructs a template object.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Template(
	string id,
	string name,
	int type,
	TemplateAttrs attributes,
	string rootPath,
	string category
)

Parameters

id
Type: SystemString
The template ID.
name
Type: SystemString
The name of the template.
type
Type: SystemInt32
The template type. (From the property sheet in the studio.)
attributes
Type: NetQuarryTemplateAttrs
Template attributes.
rootPath
Type: SystemString
The root path from the application object.
category
Type: SystemString
The template's category string.
See Also