Update

Overview 

Updates a template and returns a status

Syntax 

Update(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredAttributes regarding template to change

Examples 

This sample code updates the Name attribute of the template to the specified value:

1var myTemplate = Template.Init('myTemplateCK');
2var status = temp.Update({ "TemplateName" : "Edited Template" });