Enum DependencyFileUsage
Values combined as flags for the ExpectedUsage property to indicate expected use cases for a dependency file
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
[Flags]
public enum DependencyFileUsage
  Fields
| Name | Description | 
|---|---|
| Extraction | Used during the extraction phase  | 
      
| Final | Used or required for correct operation of the final (localized) file  | 
      
| Generation | Used during the generate phase  | 
      
| None | Unknown or not specified  |