Share via


ILoggedConflict::IsTemporary

Indicates whether this conflict is temporary.

Syntax

HRESULT IsTemporary();

Return Value

  • S_OK when this conflict is temporary.

  • S_FALSE when this conflict is not temporary.

Remarks

Temporary conflicts are used by the change applier. The change applier removes temporary conflicts from the conflict log before the end of the synchronization session.

See Also

Reference

ILoggedConflict Interface