Click or drag to resize

ITemplateManagerRenameJobElementTemplate Method

Renames a job element template.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
void RenameJobElementTemplate(
	string templateName,
	Metadata metadata,
	string newName
)

Parameters

templateName  String
Name of the template.
metadata  Metadata
Metadata defining the type of the template.
newName  String
New template name.
See Also