Update a template in the library. The library substitutes the existing template at the URL by given template. Throws an error if the URL does not already point to an existing template. If the name member of the CAMTemplate doesn't match the name portion of the URL then this will include a rename operation and the returned URL will reflect the new name.
"cAMTemplateLibrary_var" is a variable referencing a CAMTemplateLibrary object.
|
"cAMTemplateLibrary_var" is a variable referencing a CAMTemplateLibrary object.
|
Type | Description |
URL | Returns the URL of the updated template, or null if the update failed. |
Name | Type | Description |
camTemplate | CAMTemplate | The template that should be persisted. |
url | URL | The URL to the existing template in the library that should be updated. |