ReplicaMetadata::GetAllItems Method
When overridden in a derived class, gets all the items that are contained in the metadata store for this replica.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
public: virtual IEnumerable<ItemMetadata^>^ GetAllItems( bool shouldIncludeDeletedItems ) abstract
Parameters
- shouldIncludeDeletedItems
- Type: System::Boolean
true to include deleted items in the enumeration; otherwise, false.
Return Value
Type: System.Collections.Generic::IEnumerable<ItemMetadata>All the items that are contained in the metadata store for this replica.
Show: