Click or drag to resize
OutputDataWriteOutputToStream Method
Writes the data to the stream and closes the stream.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public long WriteOutputToStream(
	Stream s,
	bool trimmed,
	bool allowSubstitutions
)

Parameters

s
Type: System.IOStream
Stream to write to
trimmed
Type: SystemBoolean
If true, the trimmed version of the output is written to the output
allowSubstitutions
Type: SystemBoolean
If true, the substitutions are allowed in the code

Return Value

Type: Int64
Returns the size of data written to the output
See Also