Search Results for

    Show / Hide Table of Contents

    Interface IQuickInsertsBuilder

    Interface defining method to implement by component builders for retrieving list of QuickInsert IDs supported by a given FileType The filetype ComponentBuilder should implement this interface if it supports the new QuickInsert implementation

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

    Methods

    BuildQuickInsertIdList()

    Returns a list of QuickInsert IDs which the given File Type supports

    Declaration
    List<QuickInsertIds> BuildQuickInsertIdList()
    Returns
    Type Description
    System.Collections.Generic.List<QuickInsertIds>

    On this page

    • Methods
      • BuildQuickInsertIdList()
    Back to top Generated by DocFX