[01]Add To Collection

Last modified by DatPT on 2023/04/17 13:15

System.Activities.Statements.AddToCollection<System.Int32>

Description

This activity allows you to add items to an existing collection.

image-20220505155447-1.png

(* for Mandatory)

Properties

Misc

  • Collection (ICollection<T>) - The collection that receives the new item.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: “Add to Collection”
  • Item (TypeArgument)* - The number of item you want to add to the collection.
  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it.
  • TypeArgument (Dropdown List) - The type argument of the collection and the item you want to add. You can select different options based on the data type of the collection you use.
    Notes: Once the TypeArgument is set, the Item and Collection properties' variable type will automatically updated accordingly and will only accept said variable type as input.

Table of Content

  
Navigation