Click or drag to resize
BinaryData Constructor (Stream)
Constructor

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

Parameters

str
Type: System.IOStream
Source stream
See Also