Skip to content
On this page

Add To Collection

Description

This activity allows you to check whether the item exists in a collection or not.

Properties

CategoryPropertyTypeDescription
MiscCollectionIn(ICollection<T>)The collection in which to check if the item exists.
ItemIn(TypeArgument) The item whose existence is to be checked in the Collection
ResultOut(Boolean) A value that indicates whether the specified item exists in the collection.
TypeArgumentIn(TypeArgument) The type argument of the collection and the item you want to check for existence.
You can select different options based on the Data type of the collection you use.

A product of IRTech Company