Difference between revisions of "Activity:RemoveFromDictionary (Activity)"
Line 29: | Line 29: | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
* [http://msdn.microsoft.com/de-de/library/system.object%28v=vs.110%29.aspx Object Class (MSDN)] | * [http://msdn.microsoft.com/de-de/library/system.object%28v=vs.110%29.aspx Object Class (MSDN)] | ||
+ | * [http://msdn.microsoft.com/en-us/library/system.string%28v=vs.110%29.aspx String Class (MSDN)] | ||
[[Category:Workflows]] | [[Category:Workflows]] | ||
[[Category:Activities]] | [[Category:Activities]] |
Revision as of 12:52, 7 January 2015
Remove from Dictionary | |
---|---|
Name | RemoveFromDictionary |
Purpose | Removes an item from a dictionary |
Category | Collection |
Returns | True if successfull |
Version | 2.1+ |
The RemoveFromDictionary activity removes 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 removed |
Usage
This activity removes an item, specified by its unique key, from the given dictionary.