Click or drag to resize

ITemplateManagerUpdateJobElementTemplateDefault Method

Updates the default flag of the job element template.

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

Parameters

templateName  String
Name of the template.
metadata  Metadata
Metadata defining the type of the template.
isDefault  Boolean
Sets or unsets the templates default flag.
See Also