Click or drag to resize
BinaryData Constructor (FuncByte)
Constructor

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 8.2.23
Syntax
C#
public BinaryData(
	Func<byte[]> getData
)

Parameters

getData
Type: SystemFuncByte
Method used to get the binary data when required
See Also