Sdl.MultiTerm.TMO.Interop.MtLockingState Enumeration
Name
Sdl.MultiTerm.TMO.Interop.MtLockingState — Contains the possible values for locking operations.
Description
Using the LockEntry you can lock or unlock entries, depending on which value you provide as parameter.
Values
mtLock
Used for locking a particular entry, so that while the entry is being edited no other users can get write access to it.
mtUnlock
Releases the entry lock. Note that the entry lock is released automatically after applying the Update method, i.e. normally you won't have to release the lock explicitly.