Enum LockTypeFlags
Enumterator that contains the available lock types
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
[Flags]
public enum LockTypeFlags
Fields
Name | Description |
---|---|
Externalized | Applied to paragraph units in the bilingual API when a document has been split into multiple instances, so that multiple translators, for example, can work on it simultaneously. This lock type is applied automatically to paragraph units that should not be translated in this file (when they should be translated in a different file instead). |
Manual | A lock that was explicitly inserted, as opposed to an automatically generated lock |
Structure | Applied to structure paragraph units in the bilingual API. |
Unlocked | The content is not locked. |