⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Interface IGeneratorInfo

    Information on a generator component that is specified for the file type

    Namespace: Sdl.FileTypeSupport.Framework.IntegrationApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IGeneratorInfo

    Properties

    Description

    Description of the generator; this will be used in the host application UI to describe the result of using this generator (e.g. 'Save as native file').

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

    Id

    The id of the generator

    Declaration
    GeneratorId Id { get; set; }
    Property Value
    Type Description
    GeneratorId
    In this article
    Back to top Generated by DocFX