FDO .NET API Reference Feature Data Objects

The LongTransactionConflictResolution enumeration defines the list of available options for resolving conflict.

()

Enumerator:
LongTransactionConflictResolution_Unresolved  Indicates that the conflict cannot be resolved.
LongTransactionConflictResolution_Child  Indicates the data is to be kept as defined in the long transaction to be committed, overwriting the data in the long transaction's parent.
LongTransactionConflictResolution_Parent  Indicates the data is to be kept as defined in the versions parent, discarding the data as defined in the long transaction to be committed.

Definition at line 29 of file mgLongTransactionConflictResolution.h.


Comments or suggestions? Send us feedback.