IReplicaMetadata::GetForgottenKnowledge
Gets the forgotten knowledge for this replica.
Syntax
HRESULT GetForgottenKnowledge(
IForgottenKnowledge ** ppForgottenKnowledge);
Parameters
- ppForgottenKnowledge
[out] Returns the forgotten knowledge for this replica.
Return Value
S_OK
S_FALSE when the forgotten knowledge has not been set or was set to NULL.
E_POINTER
Remarks
The forgotten knowledge of a replica represents items that have been deleted from the item store and also have had their tombstones removed from the metadata store. It is used to help prevent reintroduction of deleted items.