Hey Guys
I am trying to “catch” a inbound document deletion stub via nreplica with my extension manager API code.
The code I have is firing correctly when the server replicates & updated docs. are inbound to the server addin exchange manager I have developed
What I cant get my head around is what indicates that a note has been deleted.
In the sample the tracker code has this snippet
if (UpdateFlags & UPDATE_DELETED)
{
fprintf(pTraceFile[inst-1], "Adding a deletion stub to database.\n");
goto Exit;
}
UPDATE_DELETED is defined in the document regarding UPDATE_xxx - Flags to control how a note is updated or deleted.
I have searched the API database & cant find any reference to deletion stub.
In this post
They are talking about deletion stubs & I have found other similar posts.
But no example of how to extract the unid of the deletion stub.
Does any one have any ideas ?
TIA
NG