Search Results for

    Show / Hide Table of Contents

    Class ProcessSubContentEventArgs

    Event args which are used by the ProcessSubContent event

    Inheritance
    System.Object
    System.EventArgs
    ProcessSubContentEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public class ProcessSubContentEventArgs : EventArgs

    Constructors

    ProcessSubContentEventArgs(String, Stream)

    Constructor

    Declaration
    public ProcessSubContentEventArgs(string fileTypeDefinitionId, Stream subContentStream)
    Parameters
    Type Name Description
    System.String fileTypeDefinitionId
    System.IO.Stream subContentStream

    Properties

    FileTypeDefinitionId

    FileTypeDefinitionId - used to define the sub-content parser to use for this particular sub-content stream

    Declaration
    public string FileTypeDefinitionId { get; set; }
    Property Value
    Type Description
    System.String

    SubContentStream

    SubContentStream - stream referencing the sub-content to be parsed

    Declaration
    public Stream SubContentStream { get; set; }
    Property Value
    Type Description
    System.IO.Stream

    On this page

    • Constructors
      • ProcessSubContentEventArgs(String, Stream)
    • Properties
      • FileTypeDefinitionId
      • SubContentStream
    Back to top Generated by DocFX