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 ISubContentAwareMethods
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 | 
|---|---|---|
| Stream | subContentStream | Stream containing sub-content to be inserted into the parent writer's output stream. |