This documentation is archived and is not being maintained.
IReplicaMetadata2::GetAllItems
Gets all the items that are contained in the metadata store for this replica.
HRESULT GetAllItems(
BOOL fShouldIncludeDeletedItems,
IItemMetadataEnumerator ** ppItemMetadataEnumerator);
Term | Definition |
fShouldIncludeDeletedItems | [in] TRUE to include deleted items in the enumeration. Otherwise, FALSE. |
ppItemMetadataEnumerator | [out] Returns all the items that are contained in the metadata store for this replica. |