IConstraintConflict::IsTemporary
Indicates whether the conflict is temporary.
HRESULT IsTemporary();
Return Value
S_OK when the conflict is temporary.
S_FALSE when the conflict is not temporary.
Remarks
The change applier might store temporary conflicts in the conflict log during a synchronization session. Temporary conflicts are always removed from the log before the session ends.