com.esri.arcgis.trackinganalyst
Interface ITemplateEditorDialog2

All Superinterfaces:
ITemplateEditorDialog, Serializable
All Known Implementing Classes:
TemplateEditorDialog

public interface ITemplateEditorDialog2
extends ITemplateEditorDialog, Serializable

Provides the dialog to access and edit message templates used for message bodies for actions.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.


Method Summary
 boolean isInsertFileButton()
          Show the insert file button to allow browsing to a file.
 void setInsertFileButton(boolean showInsertFile)
          Show the insert file button to allow browsing to a file.
 
Methods inherited from interface com.esri.arcgis.trackinganalyst.ITemplateEditorDialog
getTemplate, getTemplateList, loadStorage, saveStorage, setAction, setServerConnection, showDialog
 

Method Detail

setInsertFileButton

void setInsertFileButton(boolean showInsertFile)
                         throws IOException,
                                AutomationException
Show the insert file button to allow browsing to a file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Parameters:
showInsertFile - The showInsertFile (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInsertFileButton

boolean isInsertFileButton()
                           throws IOException,
                                  AutomationException
Show the insert file button to allow browsing to a file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

Returns:
The showInsertFile
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.