Write Line Activity

Description:

Writes a specified string to a TextWriter object.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      System.Activities.Statements.WriteLine

Function:

This activity writes text to the specified Text Writer or to the Workflow Designer Simulator output window.

In a Workflow:

This activity provides immediate feedback when you are troubleshooting a workflow in the Workflow Designer Simulator.

For example, the WriteLine activity can be used in the design phase of a workflow and to verify variable names.

Properties:

Name Description

Display Name

Writeline

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.

Text

The text to write.

TextWriter

The TextWriter to write the Text to.

Version Information:

Supported from: Geocortex Essentials 3.0.

For more information:

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