ICustomDataAddOrUpdate Method (String) |
IT Hit User File System
Adds an element with the provided key to the dictionary.
If an element with the provided key exists - updates the element.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax IDataItem AddOrUpdate(
string key
)
Function AddOrUpdate (
key As String
) As IDataItem
IDataItem^ AddOrUpdate(
String^ key
)
abstract AddOrUpdate :
key : string -> IDataItem
Parameters
- key
- Type: SystemString
The object to use as the key of the element to add.
Return Value
Type:
IDataItemNewly added or updated
IDataItem.
See Also