Click or drag to resize

ITemplateManagerGetJobElementTemplateNames Method

Gets a list of job element template names and their default flag. If the job element can't have a default template, the default flag will be null.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
IList<(bool? IsDefault, string Name)> GetJobElementTemplateNames(
	Metadata metadata
)

Parameters

metadata  Metadata
Metadata defining the type of the template.

Return Value

IListValueTupleNullableBoolean, String
Returns a list of job element template names and their default flag.
See Also