This document is archived and information here might be outdated.  Recommended version.


ITemplateEditorDialog2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemplateEditorDialog2 Interface
ArcGIS Developer Help

ITemplateEditorDialog2 Interface

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.

Members

Name Description
Write-only property Action Server or Service Action whose action's message template is to be reviewed or edited.
Read/write property InsertFileButton Show the insert file button to allow browsing to a file.
Method LoadStorage Load the relevant information from storage into memory.
Method SaveStorage Save the relevant information from memory into storage.
Write-only property ServerConnection Server connection for obtaining the service Dataset Definition ID
Method ShowDialog Displays the template properties dialog for review or edit.
Read-only property Template The specific message template corresponding to the specified name.
Read-only property TemplateList List of message templates available.

Inherited Interfaces

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

Classes that implement ITemplateEditorDialog2

Classes Description
TemplateEditorDialog Controls the Email Alert's template properties dialog.