OutputData WriteOutputToStream Method Kentico 8.1 API Reference
Writes the data to the stream and closes the stream.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

s
Type: OnlineSystem.IO Stream
Stream to write to
trimmed
Type: OnlineSystem Boolean
If true, the trimmed version of the output is written to the output
allowSubstitutions
Type: OnlineSystem Boolean
If true, the substitutions are allowed in the code

Return Value

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