C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)>..::..UpdateItems Method (Dictionary<(Of <(<'String, T>)>)>)

Updates items in the StorageMirror's underlying MirrorCache and/or IStorageService.

Namespace:  nsCDEngine.Engines.StorageService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void UpdateItems(
	Dictionary<string, T> pDetails
)
Public Sub UpdateItems ( _
	pDetails As Dictionary(Of String, T) _
)
public:
void UpdateItems(
	Dictionary<String^, T>^ pDetails
)

Parameters

pDetails
Type: Dictionary<(Of <(<'String, T>)>)>
The Dictionary of items to be updated. If an item's cdeMID is Guid.Empty, the item will be added with a new ID.