Exists in List
This Activity checks if an Item is stored in the given List (Data Type). If the Item is found in the List, the Activity returns True, otherwise it returns False. When the Activity is dragged to the VIP canvas, the user is asked to input the Data Type of Item. The Item Data Type can be changed later using the TypeArgument property.
Exists in List Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Collection | .Net List | Input | This property specifies the List to search for Item. |
DisplayName | String | String | This property specifies the name of the Activity Box. |
Item | .Net Data Type (Int32, String, etc.) that is the same Data Type as Property TypeArgument. | Input | This property specifies the Item to be found in Collection. |
Result | Boolean | Ouput | This property is set to True if Item is found in Collection and False otherwise. |
TypeArgument | .Net Data Type (Int32, String, etc.) | Misc | This property specifies the Data Type of Item. When the Activity is dragged onto the VIP canvas, the user is prompted for this property. |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COLLECTION ACTIONS