Confirm Activity

Description:

Displays a confirmation dialog in a client application.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Geocortex.Workflow.Activities.ExternalActivityBase
        Geocortex.Workflow.Activities.Confirm

Function:

Similar to the Alert activity, but the Confirm Activity requests a decision from the user (OK or Cancel).

In a Workflow:

This activity could be used to ask the user to confirm a create, update, or delete operation, for example, the deletion of an incident report.

Properties:

Name Description

In Arguments

Text

The text of the Confirm dialog.

Title

The title of the Confirm dialog.

Misc

Display Name

Confirm

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

External Id

An activity handler within a client can reference this particular activity using this external identifier.

Out Arguments

Result

The result of the Confirm dialog (true or false).

Version Information:

Supported from: Geocortex Essentials 3.0, Geocortex Viewer for Silverlight 1.0, Geocortex Viewer for HTML5 1.0.