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
    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
    string name
    Returns
    Type Description
    ISubContentGenerator
    In this article
    • Methods
      • BuildSubContentExtractor(string)
      • BuildSubContentGenerator(string)
    Back to top Generated by DocFX