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
    • Properties
      • Description
      • Id
    Back to top Generated by DocFX