Click or drag to resize

ITemplateManagerApplyJobElementTemplate Method

Applies the specified template to the job element, if existing.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
bool ApplyJobElementTemplate(
	string templateName,
	JobElementHolder jobElementHolder
)

Parameters

templateName  String
Name of the template.
jobElementHolder  JobElementHolder
Holder of the job element.

Return Value

Boolean
True if specified template exists.
See Also