Save method: ImageTile class
Syntax
Save()
Description
Use the Save method to perform an intermediate save of the tile definition in Tile Wizard. Invoking this method is required when you create a new tile definition. You must invoke the Publish method to make the tile definition available or to update an already published definition with modifications.
Important:
This method will fail if any of these properties are undefined: ImageName, TargetCrefName, or Title. However, for a FreeTextTile, the Content property is required instead of the ImageName property.
Parameters
None.
Returns
None.
Example
&t1.Save();