ITemplateManagerApplyJobElementTemplate Method |
Applies the specified template to the job element, if existing.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntaxbool ApplyJobElementTemplate(
string templateName,
JobElementHolder jobElementHolder
)
Parameters
- templateName String
- Name of the template.
- jobElementHolder JobElementHolder
- Holder of the job element.
Return Value
BooleanTrue if specified template exists.
See Also