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


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

ITemplateEditorDialog 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.
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.

Classes that implement ITemplateEditorDialog

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