Enum ContentRestriction
Enumeration that indicates to file type components whether the source or target should be used in the output.
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public enum ContentRestriction
Fields
Name | Description |
---|---|
Bilingual | Both source and target content is being output. Only used when writing to an intermediate bilingual format such as SDL XLIFF. |
NoContent | No native file is being created. |
Source | Source output file is being created. |
Target | Target output file is being created. |