Delete method: ImageTile class

Syntax

Delete()

Description

Use the Delete method to delete this tile definition. This method deletes the tile from any fluid homepages and dashboards, deletes the content reference link definition for the tile, and deletes the tile’s Tile Wizard definition.

Parameters

None.

Returns

None.

Example

import PTGP_APPCLASS_TILE:API:ImageTile;

Local PTGP_APPCLASS_TILE:API:ImageTile &t1 = create PTGP_APPCLASS_TILE:API:ImageTile("MY_TILE1");
&t1.Delete();