Search Results for

    Show / Hide Table of Contents

    Interface IFileTweaker

    Base interface that contains common functions for the file tweakers. Extended by IFilePreTweaker and IFilePostTweaker.

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

    Properties

    Enabled

    Controls whether the tweaker is run during parsing.

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    MessageReporter

    The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions.

    Declaration
    INativeTextLocationMessageReporter MessageReporter { get; set; }
    Property Value
    Type Description
    INativeTextLocationMessageReporter

    On this page

    • Properties
      • Enabled
      • MessageReporter
    Back to top Generated by DocFX