FDO .NET API Reference Feature Data Objects

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

()

Enumerator:
ConflictType_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.
ConflictType_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.
ConflictType_Unsupported  Indicates that an unsupported or unknown conflict type has been encountered.

Definition at line 29 of file mgConflictType.h.


Comments or suggestions? Send us feedback.