Search Results for

    Show / Hide Table of Contents

    Interface IAdditionalGeneratorsInfo

    Collection of information on the extra generators that are specified for this file type in addition to the default generator. These generators will be used for tasks such as previewing the file and generating the original document format from older bilingual formats (ITD and TTX).

    Inherited Members
    IFileTypeDefinitionAware.FileTypeDefinition
    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IAdditionalGeneratorsInfo : IFileTypeDefinitionAware

    Properties

    Generators

    The list of information on the additional generators

    Declaration
    IList<IGeneratorInfo> Generators { get; }
    Property Value
    Type Description
    IList<IGeneratorInfo>
    In this article
    • Properties
      • Generators
    Back to top Generated by DocFX