Search Results for

    Show / Hide Table of Contents

    Interface ISubContentAware

    Implemented by parent writers which must insert sub-content into their output stream

    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface ISubContentAware

    Methods

    AddSubContent(Stream)

    Called by the framework on the parent writer to insert the sub-content into its output stream.

    Declaration
    void AddSubContent(Stream subContentStream)
    Parameters
    Type Name Description
    System.IO.Stream subContentStream

    Stream containing sub-content to be inserted into the parent writer's output stream.

    On this page

    • Methods
      • AddSubContent(Stream)
    Back to top Generated by DocFX