Import a given ToolLibrary from a specific location. The imported ToolLibrary can be accessed through this ToolLibraries object. Throws an error, if the given URL is read-only.
"toolLibraries_var" is a variable referencing a ToolLibraries object.
|
"toolLibraries_var" is a variable referencing a ToolLibraries object.
|
Type | Description |
URL | Returns the URL of the newly imported tool library, or null if the import failed. |
Name | Type | Description |
toolLibrary | ToolLibrary | The ToolLibrary that should be imported. |
destinationUrl | URL | The URL to the parent folder where the imported tool library will be saved. |
libraryName | string | The name of the library that should be created due to the import. If the specified name already exists, a number will be added to the name to ensure it is unique. |