Template Constructor (String, String, Int32, TemplateAttrs, String, String, Int32) |
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,
int priority
)
Public Sub New (
id As String,
name As String,
type As Integer,
attributes As TemplateAttrs,
rootPath As String,
category As String,
priority As Integer
)
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. - priority
- Type: SystemInt32
The template's load priority.
See Also