Search Results for

    Show / Hide Table of Contents

    Interface INativeOutputFileProperties

    This interface represents the information communicated to the file type components related to the generation of a native content output file.

    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface INativeOutputFileProperties

    Properties

    ContentRestriction

    Indicates whether the output is in the source or target language.

    Declaration
    ContentRestriction ContentRestriction { get; set; }
    Property Value
    Type Description
    ContentRestriction

    Encoding

    Preferred encoding for the output file, if any

    Declaration
    Codepage Encoding { get; set; }
    Property Value
    Type Description
    Codepage

    OutputFilePath

    The full path to the output file to create

    Declaration
    string OutputFilePath { get; set; }
    Property Value
    Type Description
    System.String

    On this page

    • Properties
      • ContentRestriction
      • Encoding
      • OutputFilePath
    Back to top Generated by DocFX