Import a given PrintSetting at a specific location. The PrintSetting will be stored in the library. Throws an error if the given URL is read-only.
"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.
|
"printSettingLibrary_var" is a variable referencing a PrintSettingLibrary object.
|
Type | Description |
URL | Returns the URL of the newly imported PrintSetting, or null if the import failed. |
Name | Type | Description |
printSetting | PrintSetting | The PrintSetting that should be imported. |
destinationUrl | URL | The URL to the folder where to save the PrintSetting. |
printSettingName | string | The name that should be assigned to imported PrintSetting. The name can be extended if there already exists a PrintSetting at given location to ensure a unique name. |