Search Results for

    Show / Hide Table of Contents

    Interface IBilingualDocumentOutputProperties

    Output properties of a bilingual document file; communicated to file type components through the IBilingualDocumentOutputPropertiesAware interface during generation with a IBilingualDocumentFileWriter.

    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IBilingualDocumentOutputProperties
    Remarks

    This includes the path to the output file that will be created. This may be changed by bilingual content processors, or by the bilingual document file writers.

    Properties

    LinkedDependencyFiles

    Updated by a bilingual file writer during the writing process to indicate which dependency files were not embedded in the output file, and must therefore be explicitly made available by the host application at the expected locations (which can be absolute paths or paths relative to the original file) when the output file is to be parsed.

    Declaration
    IList<IDependencyFileProperties> LinkedDependencyFiles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IDependencyFileProperties>
    Remarks

    This property should only be set by the bilingual writer; the host application should not modify this collection.

    When the bilingual output file is opened, the dependency files in this list must be located at the same paths (either absolute or relative to the output file) for them to be found by the parser. This is the responsibility of the host application.

    OutputFilePath

    Full path to the bilingual document file

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

    On this page

    • Properties
      • LinkedDependencyFiles
      • OutputFilePath
    Back to top Generated by DocFX