SetTileNamePrefix method: DynamicLoader class
Syntax
SetTileNamePrefix(Prefix)
Description
Use this method to set the prefix to the desired string for a dynamic tile name. The prefix should not be more than 24 characters, and it cannot contain spaces.
The default prefix for dynamic tiles is DYN.
If the prefix string is invalid or if the prefix is an empty string, an error is not displayed. The default prefix (DYN) is used.
Parameters
| Parameter | Description |
|---|---|
|
Prefix |
Specifies the prefix for a tile name as a String value. Note: The prefix should not be more than 24 characters, and it cannot contain spaces. |
Returns
None.