ITemplateManagerCreateFromTemplate Method |
Creates a holder of job element from a specified template, if existing.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxJobElementHolder CreateFromTemplate(
string templateName,
Type jobElementType
)
Parameters
- templateName String
- Name of the template. If null or empty, a default template is searched.
- jobElementType Type
- The type of the template.
Return Value
JobElementHolderHolder of the job element, or null if the tamplate does not exist.
See Also