Search Results for

    Show / Hide Table of Contents

    Interface ISubContentParser

    Interface implemented by sub-content parsers

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

    Methods

    InitializeSubContentParser(Stream)

    Called to initialize the sub-content parser with the stream referencing the sub-content

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

    Stream containing the sub-content to be parsed

    On this page

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