Click or drag to resize
StreamSystemStream Property

Gets Stream. Since Stream is compatible with system stream, returns this by default.

This member is provided for compatibility reasons and should not be used nor overridden in custom code.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
public virtual Stream SystemStream { get; }

Property Value

Type: Stream
See Also