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
Namespace: SdlSdl.FileTypeSupportFrameworkIntegrationApi
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 |
---|---|
IListIGeneratorInfo |