Jump to: navigation, search

RemoveFromDictionary (Activity)


The RemoveFromDictionary activity removes an item, specified by an unique key, from a given dictionary.

[edit]

Description

Remove from Dictionary
Name RemoveFromDictionary
Purpose Removes an item from a dictionary
Category Collection
Returns True if successfull
Version 2.1+

Arguments

Argument Type Direction Purpose
Dictionary IDictionary<String,Object> In The dictionary containing the items
Key String In The item's key
Result Boolean Out True if item has been removed

Usage

This activity removes an item, specified by its unique key, from the given dictionary.


See also