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. |