Click or drag to resize
BinaryDataStream Property
Returns SourceStream if not null, otherwise returns SourceData wrapped in the MemoryStream.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public Stream Stream { get; }

Property Value

Type: Stream
See Also