InitialMessagesAction

Modified on Monday, 11 July 2011 07:49 AM by 156.75.200.64 — Categorized as: Startup Actions

The InitialMessagesAction allows messages from a specified IInitialMessageProvider to be displayed on the application startup.


Custom Settings

NameValue
XapUriThe Xap Location of the IInitialMessageProvider for the messages.
TypeThe Type for the IInitialMessageProvider for the messages.

Configuration Example


  <startupActions>
    <startupAction type="FDOT.GIS.Client.Components.StartupActions.InitialMessagesAction" xapuri="FDOT.GIS.Client.Components.xap">
      <customSettings>
        <add name="XapUri" value ="OvpGis.Components.xap" />
        <add name="Type" value ="OvpGis.Components.OvpInitialMessageProvider" />
      </customSettings>
    </startupAction>
  </startupActions>

See Also