CreateTile method: DynamicLoader class
Syntax
CreateTile(Node_name, Portal_name, Tile_name, Tile_label)
Description
Use this method to create a tile object, which can be further modified by applications code and added to a section on a homepage. If the tile name is not provided, it is dynamically generated with the DYN prefix followed by a number (zero filled).
Parameters
| Parameter | Description |
|---|---|
|
Node_name |
Specifies the name of the node as a String value. |
|
Portal_name |
Specified the portal name as a String value. |
|
Tile_name |
Specifies the tile name as a String value. |
|
Tile_label |
Specifies the tile label as a String value. |
Returns
A tile object.