FDO API Reference Feature Data Objects

The FdoConflictType enumeration defines conflict types required to identify the lock type of a conflict reported with the lock conflict reader.

()

Enumerator:
FdoConflictType_LockConflict  Identifies a reported conflict in the lock conflict reader as a lock conflict. A conflict represents a lock conflict if an object the user requests to be locked is already locked by a different user.
FdoConflictType_VersionConflict  Identifies a reported conflict in the lock conflict reader as a version conflict. A conflict represents a version conflict if an object the user requests to be locked has already been versioned.
FdoConflictType_Unsupported  Indicates that an unsupported or unknown conflict type has been encountered.

Definition at line 31 of file ConflictType.h.


Comments or suggestions? Send us feedback.