Search Results for

    Show / Hide Table of Contents

    Enum DependencyFileLinkOption

    Used in the PreferredLinkage property to indicate how a dependency file may be handled when writing to an intermediate bilingual file format (such as SDL XLIFF).

    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public enum DependencyFileLinkOption

    Fields

    Name Description
    Embed

    The file is embedded inside the intermediate file.

    Ignore

    The file or its reference should not be persisted to the intermediate format.

    None

    Unknown or not specified

    ReferenceAbsolute

    The file is stored as a separate file, which is explicitly referenced through an absolute path. (The absolute path is stored in the intermediate file.)

    ReferenceRelative

    The file is stored as a separate file, and will be located through a relative path to the intermediate file.

    On this page

    • Fields
    Back to top Generated by DocFX