Class ProcessSubContentEventArgs
Event args which are used by the ProcessSubContent event
Inheritance
Object
EventArgs
ProcessSubContentEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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 |
---|---|---|
String | fileTypeDefinitionId | |
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 |
---|---|
String |
SubContentStream
SubContentStream - stream referencing the sub-content to be parsed
Declaration
public Stream SubContentStream { get; set; }
Property Value
Type | Description |
---|---|
Stream |