Interface ISubContentComponentBuilder
Interface which is implemented by sub-content component builders
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface ISubContentComponentBuilder
Methods
Gets the sub-content extractor for this component.
Declaration
ISubContentExtractor BuildSubContentExtractor(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
BuildSubContentGenerator(String)
Gets the sub-content generator for this component.
Declaration
ISubContentGenerator BuildSubContentGenerator(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns