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.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
SyntaxIList<(bool? IsDefault, string Name)> GetJobElementTemplateNames(
Metadata metadata
)
Parameters
- metadata Metadata
- Metadata defining the type of the template.
Return Value
IListValueTupleNullableBoolean,
StringReturns a list of job element template names and their default flag.
See Also