Enum ContextPurpose
Purpose for a context, originally from the XLIFF specification
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public enum ContextPurpose
  Fields
| Name | Description | 
|---|---|
| Information | For informational purposes only, i.e. should not affect matching.  | 
      
| Location | The context represents a location. This type of context is used e.g. for localizable tag content that has been externalized into separate ParagraphUnits. Such ParagraphUnits contain a location context that indicates the original ParagraphUnit that the tag with localizable content appears in.  | 
      
| Match | May be used for context-sensitive matching.  |