ITemplateManager.RenameFillingTemplate Method |
Renames a filling template.
Namespace: RAYLASE.Marker.JobElementAssembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntaxvoid RenameFillingTemplate(
string templateName,
string newName
)
Parameters
- templateName String
- Name of the filling template.
- newName String
- New template name.
See Also