Remove From Collection <T> Activity

Description:

Removes an item from the specified collection.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<Boolean>
        System.Activities.CodeActivity<Boolean>
          System.Activities.Statements.RemoveFromCollection<T>

Function:

Removes one item from the specified collection.

Properties:

Name Description

Collection

The Collection to remove a specified Item from. The type of the elements held in the Collection are specified by the TypeArgument.

Display Name

RemoveFromCollection<T>

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.

Item

The Item to remove from the Collection. Item must be of the type specified by TypeArgument.

Result (Out Argument)

True if the Item is successfully removed from the Collection; otherwise, False. This also returns False if the item was not found in the Collection.

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/dd647801.aspx