Remove from List
This Activity removes an Item from a List.
Remove from List:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Collection | .Net List | Input | This property specifies the List to search for Item. |
DisplayName | String | Misc | This property specifies the name of the Activity Box. |
Item | .Net Data Type (Int32, String, etc.) | Input | This property specifies the Item to be removed in Collection. |
Result | Boolean | Output | This property is set to True if Item is removed otherwise it is set to False. If TryMe is set up when the removal fails, an exception will be triggered. |
TypeArgument | .Net Data Type (Int32, String, etc.) | Misc | This property specifies the Data Type of Item |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COLLECTION ACTIONS