Do While Activity

Description:

A looping activity that runs contained activities at least once, until a condition is no longer true.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      System.Activities.Statements.DoWhile

Function:

Runs one or more activities at least once until a condition is False. The Do While activity is similar to the While activity, except that the activities contained within a While may never run if the condition initially evaluates to False.

Properties:

Name

Description

Condition

The condition that, while evaluating to True, will cause the workflow to loop over and run the contained Body activities. The condition is first evaluated after the contained Body has run once.

Display Name

DoWhile

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.

Body

A container for an activity. If you want more than one activity in the Body, use a composite activity such as a Sequence or Parallel activity.

Version Information:

Supported from: Geocortex Essentials 3.0.

For more information:

https://msdn.microsoft.com/en-us/library/system.activities.statements.dowhile.aspx