Clear Collection <T> Activity

Description:

Clears a specified collection of all items.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.CodeActivity
      System.Activities.Statements.ClearCollection

Function:

Removes all the items from an existing collection.

Properties:

Name Description

Collection

The Collection to clear all elements from. The type of the elements held in the Collection are specified by the TypeArgument.

Display Name

ClearCollection

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.

TypeArgument

The type of the elements in the Collection.

Version Information:

Supported from: Geocortex Essentials 3.0.

For more information:

https://msdn.microsoft.com/en-us/library/dd647811.aspx