OpenWGA 7.5 - TMLScript reference
URLBuilderMethod :
appendPath(pathElement)
| On object | URLBuilder |
| Usage | Adds a path element to the path part of the URL |
| Description | The new path element is added to the end of the existing path. The method makes sure that a slash "/" as delimiter is between the existing path and the new path element. If none is present it adds one. |
| Parameters |
pathElement (String): The new path element |
| Return value | The URLBuilder object for method chaining |
| Allowed in script types |
|