Difference between revisions of "Activity:GetFromDictionary (Activity)"
(Created page with "{{ActivityInfoBox | title = Get from Dictionary | name = GetFromDictionary | image = | imagecaption = Activity GetFromDictionary | purpose = Get an item from a dictionary | c...") |
|||
Line 9: | Line 9: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
− | The GetFromDictionary activity returns an item, specified by an unique key, from a given dictionary. | + | The GetFromDictionary activity gets and returns an item, specified by an unique key, from a given dictionary. |
==Arguments== | ==Arguments== | ||
Line 26: | Line 26: | ||
==Usage== | ==Usage== | ||
− | This activity | + | This activity gets and returns an item, specified by its unique key, from the given dictionary. |
==See also== | ==See also== |
Revision as of 12:39, 7 January 2015
Get from Dictionary | |
---|---|
Name | GetFromDictionary |
Purpose | Get an item from a dictionary |
Category | Collection |
Returns | True if successfull |
Version | 2.1+ |
The GetFromDictionary activity gets and returns an item, specified by an unique key, from a given dictionary.
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 found |
Value | Object | Out | The item returned |
Usage
This activity gets and returns an item, specified by its unique key, from the given dictionary.