Click or drag to resize
BinaryData Constructor (Stream)
Constructor

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public BinaryData(
	Stream str
)

Parameters

str
Type: System.IOStream
Source stream
See Also