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 |
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 |
Result (Out Argument) |
|
TypeArgument |
The type of the elements in the Collection. |
Version Information:
Supported from: Geocortex Essentials 3.0.
For more information: