SimpleSyncServices::EnumerateAllLiveItems Method

Enumerates all items for a replica that have not been deleted, either by using a normal delete or a local delete.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

public:
IEnumerable<ItemFieldDictionary^>^ EnumerateAllLiveItems()

Return Value

Type: System.Collections.Generic::IEnumerable<ItemFieldDictionary>
A collection of ItemFieldDictionary objects that represent each item and its associated fields.
Show: