Search Results for

    Show / Hide Table of Contents

    Interface ISubContentComponentBuilder

    Interface which is implemented by sub-content component builders

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

    Methods

    BuildSubContentExtractor(String)

    Gets the sub-content extractor for this component.

    Declaration
    ISubContentExtractor BuildSubContentExtractor(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    ISubContentExtractor

    BuildSubContentGenerator(String)

    Gets the sub-content generator for this component.

    Declaration
    ISubContentGenerator BuildSubContentGenerator(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    ISubContentGenerator

    On this page

    • Methods
      • BuildSubContentExtractor(String)
      • BuildSubContentGenerator(String)
    Back to top Generated by DocFX